Skip to content

Commit 30827d0

Browse files
docs: cleanup docs
1 parent 7a128e2 commit 30827d0

File tree

1 file changed

+6
-2
lines changed
  • docs/my-website/release_notes/v1.72.6-stable

1 file changed

+6
-2
lines changed

docs/my-website/release_notes/v1.72.6-stable/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,21 @@ This version is not out yet.
5353

5454
### MCP Permissions Management
5555

56+
<Image img={require('../../img/release_notes/mcp_permissions.png')}/>
57+
5658
This release brings support for managing permissions for MCP Servers by Keys, Teams, Organizations (entities) on LiteLLM. When a MCP client attempts to list tools, LiteLLM will only return the tools the entity has permissions to access.
5759

5860
This is great for use cases that require access to restricted data (e.g Jira MCP) that you don't want everyone to use.
5961

6062
For Proxy Admins, this enables centralized management of all MCP Servers with access control. For developers, this means you'll only see the MCP tools assigned to you.
6163

6264

63-
<Image img={require('../../img/release_notes/mcp_permissions.png')}/>
65+
6466

6567
### Codex-mini on Claude Code
6668

69+
<Image img={require('../../img/release_notes/codex_on_claude_code.jpg')} />
70+
6771
This release brings support for calling `codex-mini` (OpenAI’s code assistant model) via Claude Code.
6872

6973
This is done by LiteLLM enabling any Responses API model (including `o3-pro`) to be called via `/chat/completions` and `/v1/messages` endpoints. This includes:
@@ -75,7 +79,7 @@ This is done by LiteLLM enabling any Responses API model (including `o3-pro`) to
7579
Here's how to use it [today](../../docs/tutorials/claude_responses_api)
7680

7781

78-
<Image img={require('../../img/release_notes/codex_on_claude_code.jpg')} />
82+
7983

8084
---
8185

0 commit comments

Comments
 (0)