amazon-lightsail

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

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, and pytest 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.