Python-based MCP server (tools/mcp_services.py) for understanding the microservice topology via static analysis: - svc_status: Docker container status - svc_routes: HTTP route table from blueprint scanning - svc_calls: inter-service dependency graph (fetch_data/call_action/etc) - svc_config: environment variables from docker-compose - svc_models: SQLAlchemy models, columns, relationships - svc_schema: live defquery/defaction manifest from running services - alembic_status: migration count per service - svc_logs/svc_start/svc_stop: service lifecycle - svc_queries/svc_actions: SX query and action definitions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"mcpServers": {
|
|
"sx-tree": {
|
|
"type": "stdio",
|
|
"command": "./hosts/ocaml/_build/default/bin/mcp_tree.exe"
|
|
},
|
|
"rose-ash-services": {
|
|
"type": "stdio",
|
|
"command": "python3",
|
|
"args": ["tools/mcp_services.py"]
|
|
}
|
|
}
|
|
}
|