feat: implement AI Workspace context MCP server with read-only access and add related tests

This commit is contained in:
2026-05-20 14:57:54 -06:00
parent 9f8d3b975f
commit d3e909d39e
7 changed files with 595 additions and 5 deletions

View File

@@ -3,10 +3,10 @@
"description": "Local AI Workspace services for the Fidelity profile.",
"services": {
"aiw-context-mcp": {
"enabled": false,
"enabled": true,
"kind": "mcp",
"description": "Future read-only AI Workspace context MCP server.",
"command": ["python3", "scripts/mcp/aiw-context-mcp/server.py"],
"description": "Read-only AI Workspace context MCP server.",
"command": ["python3", "scripts/mcp/aiw-context-mcp/server.py", "--transport", "http"],
"groups": ["mcp", "context"],
"restart": "on-failure",
"doctor": {