mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 09:04:10 +00:00
a13aa4740a
* fix: use _get_mcp_servers_in_path * fix checks for using litellm_proxy as MCP tool provider * fix: fix mcp_tools_with_litellm_proxy * fix: fix aresponses_api_with_mcp * aresponses_api_with_mcp * test_mcp_allowed_tools_filtering * fix: _filter_mcp_tools_by_allowed_tools * fix: _filter_mcp_tools_by_allowed_tools * test_streaming_responses_api_with_mcp_tools * fixes: test tools transfrom MCP->OpenaI spec * test_streaming_responses_api_with_mcp_tools * fix: chat ui allow multi select with allowed tools * fix: use correct MCP events with litellm proxy response API * fix get_event_model_class * fix litellm proxy MCP handler * fix MCPEnhancedStreamingIterator * chat ui show list tools result * UI: show MCP events * fix stream iterator * fixes: litellm proxy mcp handler * test responses + mcp * fix: update responses api with mcp handling * ruff check fix * central: _process_mcp_tools_to_openai_format * fix: refactor code * test_mcp_allowed_tools_filtering * test mcp with litellm proxy * fix mcp call * demo: video using MCP ui * fixes for using stream iterator * test_no_duplicate_mcp_tools_in_streaming_e2e * docs fix * fix code snippet
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
$ yarn
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.