solidmcp 0.4.0

A high-level Rust toolkit for building Model Context Protocol (MCP) servers with type safety and minimal boilerplate. Supports tools, resources, and prompts with automatic JSON schema generation.
Documentation
1
2
3
4
5
//! HTTP-specific tests for MCP server

pub mod handler_tests;
pub mod protocol_tests;
pub mod session_tests;