litellm/litellm
Jugal D. Bhatt 9fe9e1cd6e
[MCP Gateway] Allow mcp access groups on test key and tool calls (#12529)
* added mcp tools on internal user and divide it by teams

* add support for server api call

* Added frontend for test key

* added tools used output

* fix ui for servers

* All servers to personal

* change columns format

* revert ui logic

* Added vertical align

* fix mapped tests

* fix lint

* fix lint

* remove extra file

* fix ui test

* comments fixes

* change query type

* change query type

* mcp acces group init

* add ability to change server display on ui through access groups

* Mcp access group names UI (#12486)

* Added ui changes to reflect mcp_access_groups

* fix edit mcp page

* change to string array (#12491)

* change to string array

* Remove print

* add ability to change server display on ui through access groups

* Litellm mcp access groups accesses (#12498)

* added mcp access groups for keys and teams

* added access groups above servers

* fixed ruff

* fixed mypy

* revert couple changes

* fix test

* fixed double asterisks

* Litellm mcp groups UI (#12522)

* add ui for teams

* fix object permissions

* fix mcp servers test object permission

* remove print

* add helper method

* add tests + remove logs

* add mcp access group servers to test key

* add mcp access group support for headers

* lint fix

* add tests and helper  function

* fixed test

* change list -> List

* tests
2025-07-12 10:36:42 -07:00
..
anthropic_interface [Feat] Allow using litellm.completion with /v1/messages API Spec (use gpt-4, gemini etc with claude code) (#11502) 2025-06-06 20:35:53 -07:00
assistants Contributor PR - Support OPENAI_BASE_URL in addition to OPENAI_API_BASE (#9995) (#10423) 2025-04-29 21:27:37 -07:00
batch_completion (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
batches Store batch output file id in DB + Store batch file status in DB + (experimental) BATCH API COST TRACKING 2025-06-25 22:41:22 -07:00
caching [Bug Fix] No module named 'diskcache' (#11600) 2025-06-10 14:54:11 -07:00
completion_extras fix: handle reasoning parameters and response in responses bridge (#12433) 2025-07-10 18:06:45 -07:00
endpoints/speech/speech_to_completion_bridge feat(speech/): working gemini tts support via openai's /v1/speech endpoint (#11832) 2025-06-18 10:36:25 -07:00
experimental_mcp_client [MCP Gateway] Allow using stdio MCPs with LiteLLM (#12530) 2025-07-11 20:21:02 -07:00
files Litellm Unified File ID output file id support (#10713) 2025-05-10 11:02:09 -07:00
fine_tuning Litellm managed file updates combined (#11040) 2025-05-22 17:20:41 -07:00
google_genai remove deprecated pydantic class Config (#12528) 2025-07-11 22:21:02 -07:00
images Feat(bedrock): support api key authentication for AWS Bedrock API (#12426) (#12495) 2025-07-10 15:12:17 -07:00
integrations Team Members - reset budget, if duration set + Prometheus - support tag based metrics (#12534) 2025-07-11 22:54:16 -07:00
litellm_core_utils Guardrails AI - pre-call + logging only guardrail (pii detection/competitor names) support (#12506) 2025-07-10 21:41:02 -07:00
llms [Bug Fix] xai/ translation fix - ensure finish_reason includes tool calls when xai responses with tool calls (#12545) 2025-07-12 09:20:31 -07:00
passthrough Bedrock Passthrough cost tracking (/invoke + /converse routes - streaming + non-streaming) (#12123) 2025-06-27 20:01:12 -07:00
proxy [MCP Gateway] Allow mcp access groups on test key and tool calls (#12529) 2025-07-12 10:36:42 -07:00
realtime_api Gemini Multimodal Live API support (#10841) 2025-05-15 22:39:09 -07:00
rerank_api feat: add HuggingFace rerank provider support (#11438) 2025-06-05 23:23:01 -07:00
responses feat: add image support for Responses API to Chat Completion transformation (#12204) 2025-07-07 21:17:54 -07:00
router_strategy [Bug Fix] Using /messages with lowest latency routing (#12180) 2025-06-30 15:57:19 -07:00
router_utils [Bug fix] Router - handle cooldown_time = 0 for deployments (#12108) 2025-06-27 17:50:35 -07:00
secret_managers [️ Python SDK import] - reduce python sdk import time by .3s (#12140) 2025-06-28 14:57:10 -07:00
types Team Members - reset budget, if duration set + Prometheus - support tag based metrics (#12534) 2025-07-11 22:54:16 -07:00
vector_stores [Feat] OpenAI/Azure OpenAI - Add support for creating vector stores on LiteLLM (#12021) 2025-06-24 20:46:48 -07:00
__init__.py Team Members - reset budget, if duration set + Prometheus - support tag based metrics (#12534) 2025-07-11 22:54:16 -07:00
_logging.py fix mapped tests (#12320) 2025-07-04 10:04:43 -07:00
_redis.py add _pretty_print_redis_config (#12073) 2025-06-26 10:26:57 -07:00
_service_logger.py [️ Python SDK import] - reduce python sdk import time by .3s (#12140) 2025-06-28 14:57:10 -07:00
_version.py Virtual key based policies in Aim Guardrails (#9499) 2025-04-01 21:57:23 -07:00
budget_manager.py Squashed commit of the following: (#9709) 2025-04-02 21:24:54 -07:00
constants.py build(ui/): UI - Public Model Hub v2 (#12532) 2025-07-11 22:24:31 -07:00
cost.json store llm costs in budget manager 2023-09-09 19:11:35 -07:00
cost_calculator.py fix bedrock cost calculation for cached tokens (#12488) 2025-07-10 21:29:22 -07:00
exceptions.py [Feat] Add Lakera v2 Guardrail Support (#10880) 2025-05-16 17:08:21 -07:00
main.py [Bug Fix] xai/ translation fix - ensure finish_reason includes tool calls when xai responses with tool calls (#12545) 2025-07-12 09:20:31 -07:00
model_prices_and_context_window_backup.json build(model_prices_and_context_window.json): add pixtral model support 2025-07-10 22:25:20 -07:00
mypy.ini fix linting errors from ryptography.hazmat.bindings._rust 2025-05-17 16:31:30 -07:00
py.typed feature - Types for mypy - #360 2024-05-30 14:14:41 -04:00
router.py Resolve model group alias on Auth + /v1/messages Fallback support (#12440) 2025-07-09 22:27:55 -07:00
scheduler.py Squashed commit of the following: (#9709) 2025-04-02 21:24:54 -07:00
timeout.py Litellm ruff linting enforcement (#5992) 2024-10-01 19:44:20 -04:00
utils.py Added dashscope (alibaba's cloud - qwen) as a provider (#12361) 2025-07-10 18:09:26 -07:00