aws-key-management-service

aws-key-management-service

0

This project is an MCP Server supporting Multi-Agent Conversation Protocol for an OpenAPI. It offers functionalities for building and running servers with various transport modes, configured via JSON and environment variables.

Overview

  • MCP (Multi-Agent Conversation Protocol) Server for OpenAPI
  • Generated using AG2's MCP builder
  • Prerequisites: Python 3.9+, pip, uv

Installation

  1. Clone the repository
  2. Install dependencies using pip or uv

Development

  • Uses ruff for linting and formatting
  • Static analysis with mypy, bandit, semgrep
  • Testing with pytest
  • Pre-commit hooks for linting and static analysis

Running the Server

  • Supports transport modes like stdio and sse
  • Configuration via JSON files or environment variables

Building and Publishing

  • Uses Hatch for building/publishing