feat: implement AI Workspace context MCP server with read-only access and add related tests
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user