소개
Mcpml is a Python framework designed to streamline the creation of Model Context Protocol (MCP) compliant servers. It offers a comprehensive set of features, including CLI tools for direct server interaction, OpenAI Agent SDK support for intelligent tool implementation, and seamless agent-to-MCP service integration. Its extensible architecture allows for easy addition of custom tools and services, dynamic loading of components, and structured output using Pydantic models.
주요 기능
- Build MCP-compliant servers in Python
- Agents can consume MCP services via config
- Expose server capabilities as CLI commands
- 1 GitHub stars
- Implement tools as OpenAI agents or Python functions
- Support structured output using Pydantic models
사용 사례
- Build custom tools for MCP servers
- Automate tasks through CLI commands
- Integrate OpenAI agents with MCP services