Commit 8e4a1e7
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
4 files changed
+460
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
| 313 | + | |
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 29 | | |
42 | 30 | | |
43 | 31 | | |
| |||
853 | 841 | | |
854 | 842 | | |
855 | 843 | | |
856 | | - | |
| 844 | + | |
857 | 845 | | |
858 | 846 | | |
859 | 847 | | |
| |||
0 commit comments