interzoid-get-area-code-api
0
The project is a Multi-Agent Conversation Protocol Server generated for a specified OpenAPI URL, employing tools for development and publishing such as ruff, mypy, and Hatch. It supports various transport modes and can be configured with environment variables.
MCP Server
This project is a Multi-Agent Conversation Protocol Server, automatically generated for the OpenAPI URL - https://api.apis.guru/v2/specs/interzoid.com/lookupareacode/1.0.0/openapi.json using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository: Navigate to the directory and install dependencies.
Development
- Uses
ruff
for linting,mypy
for static type checking, andpytest
for testing. - Pre-commit hooks are set up for code analysis.
Running the Server
- The server can be started with various transport modes (e.g., stdio, sse)
- Configurable via environment variables and a JSON configuration file
Building and Publishing
- Uses Hatch for building and publishing.