概要
PolyMCP is a Python library designed to streamline the development and deployment of intelligent agents capable of interacting with various tools via the Model Context Protocol (MCP). It offers a robust framework for converting Python functions into MCP-compatible tools using FastAPI, enabling seamless integration with Large Language Models (LLMs) for advanced reasoning and task execution. The library supports multi-server integration, including HTTP and stdio-based MCP servers like Playwright, and provides a centralized registry for managing tools, making it an extensible solution for complex tool orchestration.