mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-03 17:08:43 +00:00
7947139913
* feat - add https mcp support * fixes for MCP http integration * fix code QA * bump mcp dep * test_mcp_server_manager_https_server * test mcp server https * fix linting error * bump mcp in poetry * fix import streamablehttp_client * fix streamablehttp_client * fix streamablehttp_client * add streamablehttp_client * add simple https server * working mounted app * working HTTPS mcp streamable * fix code QA check * feat: add MCP Server * fix - init just as fastapi app * add LITELLM_MCP_SERVER_DESCRIPTION * fix importing / init litellm app * Update litellm/proxy/_experimental/mcp_server/server.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update litellm/proxy/_experimental/mcp_server/server.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update server.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fixes based on review + code check * fix linting * test_streamable_http_mcp_handler_mock * fix python 3.13 install * fix deps test --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.