amazon-lightsail
0
The MCP Server is an implementation of a Multi-Agent Conversation Protocol Server auto-generated from OpenAPI specifications. It supports various transport modes and is customizable through environment variables, with a focus on development efficiency using tools like `ruff`, `mypy`, and `hatch`.
MCP Server
- This project is an MCP (Multi-Agent Conversation Protocol) Server.
- It uses the OpenAPI URL: https://api.apis.guru/v2/specs/amazonaws.com/lightsail/2016-11-28/openapi.json.
- Auto-generated using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
Clone the repository, install dependencies using pip or uv.
Development
- Uses
ruff
for linting,mypy
for static type checking, andpytest
for testing. - Pre-commit hooks are available.
Running the Server
- Can operate in different transport modes such as stdio and sse.
- Configurable using environment variables.
Building and Publishing
- Uses Hatch for building and publishing.