vibe-tests 0.0.1

Integration test framework for MCP servers with LLM-powered tool calling.
Documentation
1
2
3
4
5
//! MCP integration.
//! Client for tool calls and runner for server lifecycle.

pub mod client;
pub mod runner;