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,6 +26,13 @@ The service manager reads `profiles/<profile>/services.json` and manages local
services such as the Mattermost proxy mirror and Photo Inbox. Runtime PID/state
and logs stay under `.aiw/runtime/`.
The local context MCP server lives in:
- `scripts/mcp/aiw-context-mcp/`
It exposes read-only workspace context to local AI clients and is started as the
`aiw-context-mcp` service for profiles that enable it.
Recommended memory commands:
```bash