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

@@ -0,0 +1,15 @@
{
"profile": "fidelity",
"communication_sources": {
"mattermost": {
"type": "mattermost_mirror",
"context_channels": [
"fidelity-preguntas",
"fidelity-standup",
"fidelity-code-review",
"fidelity-interface-meetings-on-calendar-outlook-team-etc",
"dm-david--jeff"
]
}
}
}