mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 05:07:46 +00:00
6f0c211788
* add MCPResponsesAPIHelper * rename LiteLLM_Proxy_MCP_Handler * aresponses_api_with_mcp * mock_responses_api_response * test response with litellm proxy MCP * add _should_use_litellm_mcp_gateway * fix transform_mcp_tool_to_openai_responses_api_tool * use correct _transform_mcp_tools_to_openai * fix config.yaml * fixes for native MCP handling * docs MCP with litellm proxy * aresponses_api_with_mcp * fix linting * fix mypy * fix linting * test_aresponses_api_with_mcp_mock_integration * docs How it works when server_url="litellm_proxy"