amazon-route-53-resolver

amazon-route-53-resolver

0

This MCP Server project facilitates multi-agent conversations via an OpenAPI URL linked to Amazon AWS Route 53 Resolver. It provides configurable server operation modes and supports development tools for testing and analysis.

Overview

This project is an MCP (Multi-Agent Conversation Protocol) Server designed for the OpenAPI URL provided by Amazon AWS Route 53 Resolver. It is auto-generated using AG2's MCP builder.

Prerequisites

  • Python 3.9+
  • pip and uv

Installation

  1. Clone the repository and navigate into it.
  2. Install dependencies using the setup script or manually.

Development

  • Uses ruff for linting and formatting, mypy for static type checking, and pytest for testing.

Running the Server

  • The server supports different transport modes and can be configured using environment variables.

Building and Publishing

  • Hatch is used for building and publishing.