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

@@ -26,7 +26,7 @@ python3 scripts/aiw/services.py start --profile fidelity --group inbox
- `mattermost-proxy`: runs the local Mattermost proxy mirror.
- `mattermost-desktop`: launches Mattermost Desktop through the proxy.
- `photo-inbox`: runs the local HTTP photo receiver.
- `aiw-context-mcp`: reserved placeholder for the future read-only context MCP server.
- `aiw-context-mcp`: read-only context MCP server for local AI clients.
The service manager unifies startup and status. It does not move capture behavior into the MCP.