From 751b4bf968d99e805bc066c31ec01055ad37f913 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 21 Mar 2025 16:50:30 -0700 Subject: [PATCH] docs litellm mcp bridge --- docs/my-website/docs/mcp.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/mcp.md b/docs/my-website/docs/mcp.md index 3f7d6fbc93..4fc66589d0 100644 --- a/docs/my-website/docs/mcp.md +++ b/docs/my-website/docs/mcp.md @@ -1,14 +1,16 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# /mcp Model Context Protocol [BETA] +# /mcp [BETA] - Model Context Protocol Use Model Context Protocol with LiteLLM. ## Overview +LiteLLM acts as a MCP bridge to utilize **MCP tools** with **all LiteLLM supported models**. LiteLLM offers the following features for using MCP -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. +- List Available MCP Tools: OpenAI clients can view all available MCP tools +- Call MCP Tools: OpenAI clients can call MCP tools ## Usage