agentic-evolve-mcp 0.1.0

MCP server for AgenticEvolve - pattern library for AI agents
Documentation
1
2
3
4
5
6
//! Transport layer — I/O for stdio.

pub mod framing;
pub mod stdio;

pub use stdio::StdioTransport;