Expand description
AgenticEvolve MCP Server — pattern library access for any MCP-compatible LLM client.
This library implements an MCP (Model Context Protocol) server that exposes AgenticEvolve pattern library functionality to any MCP-compatible LLM client.
Re-exports§
pub use protocol::ProtocolHandler;pub use session::SessionManager;pub use transport::StdioTransport;
Modules§
- protocol
- MCP protocol layer — message handling, validation, and capability negotiation.
- session
- Session management — wraps all core state for the MCP server.
- tools
- MCP tool implementations — the primary way LLMs interact with the pattern library.
- transport
- Transport layer — I/O for stdio.
- types
- All MCP data types used by the server.