Back to full roadmap
topiccore
MCP Client Integration
Add the MCP client SDK to your agent — opens up the entire MCP server ecosystem.
3 hours1 resources1 prereqs
If you're writing your own agent, you can connect via the MCP client SDK:
- Start an MCP server (stdio or SSE)
- Client connects → lists tools/resources/prompts
- Add list to agent's tool inventory
- If model calls one → route via MCP protocol to server
- Return result to agent loop
Benefit: MCP servers installed by users are auto-attached to your agent. Modular + extensible.