karnataka-industrial-areas-development-board-karnataka

karnataka-industrial-areas-development-board-karnataka

0

This project offers a Multi-Agent Conversation Protocol (MCP) Server designed for a specific OpenAPI URL. It features development tools like linting, type checking, and testing, and supports flexible server configurations and deployment.

MCP Server

This project is an MCP (Multi-Agent Conversation Protocol) Server developed for a specific OpenAPI URL. It is autogenerated using AG2's MCP builder. Key components include prerequisites, installation steps, development procedures, running the server, and building and publishing.

Prerequisites

  • Python 3.9+
  • pip and uv

Development

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

Running the Server

  • Start the server using mcp_server/main.py
  • Supports stdio and sse transport modes
  • Configurable via environment variables.

Building and Publishing

  • Use hatch for building and publishing.