Skip to content

Commit 8e4a1e7

Browse files
Q1 2026 MCP Ecosystem Roadmap (amd#202)
Adds the Q1 2026 MCP Ecosystem milestone to the roadmap, including two complementary features: 1. **MCP Client Support** - Connect GAIA agents to any external MCP server 2. **MCP Docs Server** - AI coding assistant context for GAIA development Also removes internal web analytics from public documentation and updates prioritization to focus on community votes. ## What's in the Plans ### MCP Client Support ([amd#203](amd#202)) Enable any GAIA agent to use tools from external MCP servers: - `MCPClientMixin` for easy integration - Auto-registration of MCP tools as agent tools - Support for stdio, HTTP, and WebSocket transports - Configuration-driven server management ### MCP Docs Server ([amd#201](amd#201)) Give AI coding assistants intelligent access to GAIA SDK documentation: - `search_docs` - Semantic search across all documentation - `get_page` - Retrieve specific doc pages - `get_code_example` - Working code snippets on demand - `list_components` - Available agents, mixins, tools, SDKs Replaced with community-focused prioritization based on votes and contributions. --------- Co-authored-by: kovtcharov-amd <kalin.ovtcharov@amd.com>
1 parent e973829 commit 8e4a1e7

File tree

4 files changed

+460
-24
lines changed

4 files changed

+460
-24
lines changed

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@
309309
"group": "Plans",
310310
"pages": [
311311
"plans/installer",
312-
"plans/chat-ui"
312+
"plans/chat-ui",
313+
"plans/mcp-docs"
313314
]
314315
}
315316
]

docs/plans/chat-ui.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ Build **GAIA Chat** - a privacy-first desktop chat application for AI PCs that r
2626
└────────────────────────────────────────────────────────────────┘
2727
```
2828

29-
### Analytics Justification
30-
31-
| Signal | Data | Implication |
32-
|--------|------|-------------|
33-
| `/quickstart` #1 | 38 views | Users want fast onboarding |
34-
| `/playbooks/chat-agent/part-1` #2 | 17 views | Strong chat/RAG interest |
35-
| Colombia = 60% traffic | 97 views | One power user deep-diving |
36-
| Phoronix coverage | 4 referrals | Linux/privacy-conscious audience |
37-
| GitHub referrals | 16 views | Developers discovering via repo |
38-
39-
**User profile:** Privacy-conscious developers/enthusiasts who want local AI without cloud dependencies.
40-
4129
---
4230

4331
## User Personas
@@ -853,7 +841,7 @@ src/__tests__/
853841
2. **Conversation export** - Markdown only, or also HTML/PDF?
854842
3. **Model switching** - Allow mid-conversation or only new sessions?
855843
4. **Analytics opt-in** - What exactly to track?
856-
5. **Multi-language UI** - Worth prioritizing given Colombia traffic?
844+
5. **Multi-language UI** - Worth prioritizing based on community demand?
857845

858846
---
859847

0 commit comments

Comments
 (0)