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.
Python
0