interzoid-get-global-phone-number-information-api
This project provides a server framework using the Multi-Agent Conversation Protocol (MCP) and supports configuration through JSON files or strings. It's designed for easy development and testing with tools for linting, type-checking, and pre-commit hooks.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server auto-generated using AG2's MCP builder. It provides a server framework based on an OpenAPI URL, supporting various transport modes such as stdio
and sse
. The server configuration is possible using JSON configuration files or strings. The server development involves using tools like ruff
for linting and formatting, mypy
for static type checking, and pytest
for testing. Dependencies can be installed using pip
or uv
, and the system supports pre-commit hooks for maintaining code quality.
Prerequisites
- Python 3.9+
- pip and uv