From 54b8bde60ccd04cd0aafc12e7e9bd47ed8d6da26 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 11 Oct 2025 16:23:46 -0700 Subject: [PATCH] docs fix --- docs/my-website/release_notes/v1.78.0-stable/index.md | 8 +++++++- docs/my-website/sidebars.js | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/my-website/release_notes/v1.78.0-stable/index.md b/docs/my-website/release_notes/v1.78.0-stable/index.md index ea289c9565..193d5603f9 100644 --- a/docs/my-website/release_notes/v1.78.0-stable/index.md +++ b/docs/my-website/release_notes/v1.78.0-stable/index.md @@ -58,7 +58,7 @@ pip install litellm==1.78.0.rc.1 ## Key Highlights -- **MCP Gateway Enhancements** - Fine-grained tool control at team/key level, OpenAPI to MCP server conversion, and per-tool parameter allowlists +- **MCP Gateway - Control Tool Access by Team/Key** - Control MCP tool access by team/key. - **GPT-5 Pro & GPT-Image-1-Mini** - Day 0 support for OpenAI's GPT-5 Pro (400K context) and gpt-image-1-mini image generation - **UI Performance Boost** - Replaces bloated key list calls with lean key aliases endpoint, Turbopack for faster development, and major UI refactors - **EnkryptAI Guardrails** - New guardrail integration for content moderation @@ -67,6 +67,12 @@ pip install litellm==1.78.0.rc.1 --- +## MCP Gateway - Control Tool Access by Team/Key + +From this release Proxy Admins can control MCP tool access by team/key. This is great for Proxy Admins + + + ## New Models / Updated Models #### New Model Support diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 6d5d6d68d9..b34cd0c5b9 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -97,7 +97,7 @@ const sidebars = { label: "LiteLLM Proxy Server", link: { type: "generated-index", - title: "LiteLLM Proxy Server (LLM Gateway)", + title: "LiteLLM AI Gateway (LLM Proxy)", description: `OpenAI Proxy Server (LLM Gateway) to call 100+ LLMs in a unified interface & track spend, set budgets per virtual key/user`, slug: "/simple_proxy", },