accelerated-mobile-pages-amp-url-api
This project provides an MCP Server for facilitating multi-agent conversations in a robust and customizable environment. It uses several tools for development efficiency and supports multiple configuration and operation modes for flexibility.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server utilizing the OpenAPI specification. It is auto-generated by AG2's MCP builder and facilitates multi-agent communication. Key features include easy installation with Python 3.9+, linting and formatting with ruff, static analysis with mypy, bandit, semgrep, and testing with pytest. The server can be configured through JSON files or environment variables, and it supports various transport modes such as stdio and sse. Development is streamlined with pre-commit hooks and the ability to run the server programmatically for testing.