tinyagent
tinyagent copied to clipboard
feat: support multiple MCPClient connections
This PR replaces the existing tinyagent.mcp_client.MCPClient implementation with one based on the HuggingFace SmolAgents MCPClient, using mcpadapt to properly scope connections. This change enables multiple concurrent MCP connections without cancel scope errors.
Closes #<issue_number>