agenterra 0.2.2

Generate production-ready MCP (Model Context Protocol) servers and clients from OpenAPI specs
1
2
3
4
5
//! Adapters for bridging infrastructure implementations to generation domain

pub mod template_discovery_adapter;

pub use template_discovery_adapter::*;