MCP-Drift-State-Tracker/mcp_config.json

13 lines
218 B
JSON

{
"mcpServers": {
"mcp-drift-state-tracker": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"/absolute/path/to/mcp_drift_state_tracker.py"
]
}
}
}