Provides a Multi-Agent Conversation Protocol (MCP) server automatically generated from an OpenAPI specification.
The Atwork API tool is an auto-generated Multi-Agent Conversation Protocol (MCP) server designed to interface with services defined by an OpenAPI specification. Built with Python, it leverages AG2's MCP builder to streamline the creation of conversational agents. This robust server includes comprehensive development utilities such as `ruff` for linting and formatting, `mypy` for static type checking, and `pytest` for testing, ensuring high code quality. It offers flexible operation with support for various transport modes (e.g., `stdio`, `sse`, `streamable-http`) and allows for dynamic configuration via environment variables, making it adaptable to diverse deployment scenarios.