aws-cloud-map
0
This project is a Multi-Agent Conversation Protocol Server, developed to integrate an OpenAPI specification using an automated MCP builder. It features pre-commit hooks, linting, and testing tools, with configurable startup modes and security parameters.
MCP Server
- A Multi-Agent Conversation Protocol (MCP) Server auto-generated for a specific OpenAPI URL.
- Requires Python 3.9+, pip, and uv for installation.
- Use
ruff
for linting andpytest
for testing. - Start the server using the
mcp_server/main.py
script, supporting transport modes likestdio
andsse
. - Configured with environment variables for paths, configuration, and security.
- Use Hatch for building and publishing the project.