Add Python MCP server option

This commit is contained in:
server
2026-04-14 12:03:47 +02:00
parent 5709fd9c35
commit 809c96a5b7
5 changed files with 256 additions and 0 deletions

View File

@@ -93,6 +93,31 @@ That test:
- lists tools
- calls `pack_binary_info`
## Python variant
The repo also contains a Python FastMCP server for teams that prefer Python for
agent tooling.
Setup:
```bash
python3 -m venv .venv-mcp
. .venv-mcp/bin/activate
pip install -r requirements-mcp.txt
```
Run:
```bash
python mcp_server.py
```
Smoke test:
```bash
python scripts/mcp_smoke_test.py
```
## Claude Desktop style config example
```json