vibe-tests 0.0.1

Integration test framework for MCP servers with LLM-powered tool calling.
Documentation
1
2
3
4
5
6
7
8
//! Foundation types: errors, results, and type aliases.
//! Shared across all modules.

pub mod alias;
pub mod engines;
pub mod error;
pub mod result;
pub mod tee_writer;