agentic-evolve-mcp 0.1.0

MCP server for AgenticEvolve - pattern library for AI agents
Documentation
1
2
3
4
5
6
7
8
//! MCP protocol layer — message handling, validation, and capability negotiation.

pub mod compact;
pub mod handler;
pub mod negotiation;
pub mod validator;

pub use handler::ProtocolHandler;