From a2c9fd16aece5bfcea3ee2d740d76276eddb8ce1 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 21 Mar 2025 09:37:04 -0700 Subject: [PATCH] docs litellm mcp --- docs/my-website/docs/mcp.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/mcp.md b/docs/my-website/docs/mcp.md index 0d64aefb6e..fbdeaa191f 100644 --- a/docs/my-website/docs/mcp.md +++ b/docs/my-website/docs/mcp.md @@ -7,7 +7,8 @@ Use Model Context Protocol with LiteLLM. ## Overview -LiteLLM supports Model Context Protocol (MCP) tools by offering a client that exposes a tools method for retrieving tools from a MCP server + +LiteLLM acts as a MCP bridge to utilize **MCP tools** with **all LiteLLM supported models**. LiteLLM offers a client that exposes a tools method for retrieving tools from a MCP server. ## Usage