feat: add AI Workspace context MCP configuration and enhance communication channel filtering in server

This commit is contained in:
2026-05-20 15:16:41 -06:00
parent d3e909d39e
commit cfd61bdee3
6 changed files with 109 additions and 9 deletions

View File

@@ -46,6 +46,8 @@ python3 scripts/mcp/aiw-context-mcp/server.py --transport stdio
All tools are read-only. Mattermost tools read `ai/inbox/mattermost-mirror/`; photo tools list local Photo Inbox files without embedding image data; project tools read canonical Markdown under `project-knowledge/`.
Mattermost latest/date/standup tools filter to the active profile's context channels by default. For Fidelity, that list lives in `profiles/fidelity/context-sources.json`. Pass explicit `channels` to override the profile list, or `include_all_channels: true` when broad unfiltered mirror evidence is intentionally needed.
## Tests
```bash