agenterra 0.1.1

Generate production-ready MCP (Model Context Protocol) servers and clients from OpenAPI specs
1
2
3
4
5
6
7
8
//! Agenterra MCP Server and Client Generation
//!
//! This library provides functionality for generating MCP (Model Context Protocol)
//! servers and clients from OpenAPI specifications.

pub mod builders;
#[cfg(feature = "mcp_client")]
pub mod client;