MCP

Python

Protocol Implementations
Function Calling
Agent Frameworks

Architecture and Design Patterns

The architecture revolves around a server that exposes tools for Large Language Models (LLMs) using the Model Context Protocol. It employs a modular design, allowing for the addition of new tools as Python files. The repository utilizes server.py as the entry point and defines tools using the @mcp.tool() decorator.

About

Language

Python

Stars

0

Categories

Protocol ImplementationsFunction CallingAgent Frameworks