From 54208357ccd9833b60b7673dec2955dadd6ff426 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 22 Mar 2025 18:14:19 -0700 Subject: [PATCH] docs clarify /mcp endpoint readiness on litellm --- docs/my-website/docs/mcp.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/my-website/docs/mcp.md b/docs/my-website/docs/mcp.md index 6ebbd7a1fa..0706b9adea 100644 --- a/docs/my-website/docs/mcp.md +++ b/docs/my-website/docs/mcp.md @@ -274,6 +274,13 @@ async with stdio_client(server_params) as (read, write): ## Advanced +:::info + +**This feature is not live as yet** this is a beta interface. Expect this to be live on litellm `v1.63.15` and above. + +::: + + ### Expose MCP tools on LiteLLM Proxy Server This allows you to define tools that can be called by any MCP compatible client. Define your mcp_tools with LiteLLM and all your clients can list and call available tools.