loketnl-api

loketnl-api

0

This project is an MCP (Multi-Agent Conversation Protocol) Server, auto-generated using AG2's MCP builder. It supports running and configuring a server using different transport modes and can be built and published using Hatch.

MCP Server

Prerequisites

  • Python 3.9+
  • pip and uv

Development

This project uses ruff for linting and formatting, mypy for static type checking, and pytest for testing.

Running the Server

The MCP server can be started using the main script and supports different transport modes. The server can be configured using environment variables for various settings, including security.

Building and Publishing

This project uses Hatch for building and publishing.