google-cloud-data-catalog-api

google-cloud-data-catalog-api

0

The project is an MCP Server intended for managing conversations between multiple agents, leveraging an OpenAPI URL for setup. It supports custom configuration and various development tools for testing and deployment.

MCP Server

This project is an MCP (Multi-Agent Conversation Protocol) Server for a specified OpenAPI URL. Key features include auto-generation using AG2's MCP builder, and it supports Python 3.9+, pip, and uv tool for package management. Development setup involves using ruff for linting, mypy for static type checking, and pytest for testing. The server runs in different transport modes and is configurable via environment variables. Building and publishing use Hatch.

Running the Server

  • Server start: python mcp_server/main.py stdio
  • Configuration via environment variables (CONFIG_PATH, CONFIG, SECURITY).