directorate-of-information-technology-government-of-tripura-tripura

directorate-of-information-technology-government-of-tripura-tripura

0

This project is an MCP (Multi-Agent Conversation Protocol) Server that enables communication using different transport modes such as stdio and sse. It is built using Python and equipped with features like linting, static type checking, and pre-commit hooks to assist in development.

Overview

  • Project: MCP Server for Multi-Agent Conversation Protocol
  • Technology: Developed using Python 3.9+ with dependencies managed via pip or uv.
  • Features:
    • Linting and formatting with ruff.
    • Static type checking with mypy.
    • Testing with pytest, including coverage.
    • Pre-commit hooks are used for automatic checks.
  • Server Configuration:
    • Configurable with environment variables like CONFIG_PATH, CONFIG, and SECURITY.
  • Development Tools:
    • Uses Hatch for building and publishing the project.