Description
Enable Agent Framework MCPTools to be converted and used with GitHub Copilot SDK and Claude/Anthropic SDK. Following the existing pattern in ChatAgent, all tools (including MCP tools) are passed via the unified tools parameter. The framework internally detects MCPTools, normalizes and converts them to the target SDK format, then passes the combined set as options to the underlying SDK.
Code Sample
Language/SDK
Python