pmcp 2.18.0

High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility
Documentation
1
2
3
4
5
6
7
//! Shared test support for the Phase-113 integration test files.
//!
//! Files under `tests/common/` are NOT compiled as their own test binaries, so
//! this is the correct home for helpers that several `tests/*.rs` files share.
//! Consume it with `mod common;` from a test binary.

pub mod v2;