AutoGen Integration with MCP Gateway¶
AutoGen is an open-source framework from Microsoft for building multi-agent systems. It supports tool calling and dynamic agent coordination.
π§ MCP Support¶
Experimental support for MCP integration is available via custom ToolAgent
wrappers that call MCP tools via HTTP or mcpgateway-wrapper
.
A full guide is coming soon. For now, you can use requests
or httpx
to call MCP Gateway endpoints from AutoGen agents.