litellm/enterprise/litellm_enterprise/proxy
Jugal D. Bhatt 900c7f45c0
[MCP Gateway] Litellm mcp pre and during guardrails (#13188)
* add guardrail support

* add guardrail support

* guardrails for MCP

* added changes

* add mcp guardrails

* added test

* add ui

* fix guardrail form

* working with cursor

* remvoe print

* fix mcp servertests

* fix mypy and remove console logs

* fix mypy and remove console logs

* fix mypy tests
2025-08-01 20:02:25 -07:00
..
auth Custom Auth - bubble up custom exceptions (#13093) 2025-07-29 16:28:25 -07:00
common_utils Revert "Litellm dev 07 21 2025 p1 (#12848)" 2025-07-22 18:28:36 -07:00
guardrails
hooks [MCP Gateway] Litellm mcp pre and during guardrails (#13188) 2025-08-01 20:02:25 -07:00
management_endpoints Teams - Support default key expiry + UI - support enforcing access for members of specific SSO Group (#12023) 2025-06-24 21:58:07 -07:00
vector_stores [Feat] UI - Allow clicking into Vector Stores (#12741) 2025-07-18 14:28:57 -07:00
audit_logging_endpoints.py style: cleanup prints in enterprise 2025-05-24 11:29:15 -07:00
enterprise_routes.py Show remaining users on UI (#11568) 2025-06-09 22:04:45 -07:00
proxy_server.py build(ui/): UI - Public Model Hub v2 (#12532) 2025-07-11 22:24:31 -07:00
readme.md Expose /list and /info endpoints for Audit Log events (#11102) 2025-05-23 22:54:59 -07:00
utils.py

LiteLLM Proxy Enterprise Features - Readme

Overview

This directory contains enterprise features used on the LiteLLM proxy.

Format

Create a file for every group of endpoints (e.g. key_management_endpoints.py, user_management_endpoints.py, etc.)

If there is a broader semantic group of endpoints, create a folder for that group (e.g. management_endpoints, auth_endpoints, etc.)