More work on MCP handlers. Changed the Validation handler.

This commit is contained in:
2026-03-06 21:46:03 -05:00
parent b2e8b231fb
commit 7c66aee47a
12 changed files with 528 additions and 359 deletions

View File

@@ -1,8 +1,8 @@
{
"mcpServers": {
"blueprint-mcp": {
"command": "/usr/bin/nc",
"args": ["localhost", "9847"]
"command": "python3",
"args": ["tools/mcp-bridge.py"]
}
}
}