amazon-lex-runtime-v2

amazon-lex-runtime-v2

0

This project is an MCP Server designed to facilitate multi-agent communication using various transport modes. It leverages the AG2 MCP builder and supports customization through environment variables for enhanced security and operation.

Overview

This project provides an MCP (Multi-Agent Conversation Protocol) Server for the OpenAPI URL specified. It was auto-generated using AG2's MCP builder.

Features

  • Supports different transport modes like stdio and sse.
  • Configurable via environment variables.

Prerequisites

  • Python 3.9+
  • pip and uv

Installation

  • Clone the repository and install dependencies either using pip or uv.

Development Tools

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

Running the Server

  • Use python mcp_server/main.py to start the server.

Building and Publishing

  • Utilizes Hatch for building and publishing.