add diagram for litellm mcp integration

This commit is contained in:
Ishaan Jaff 2025-03-21 16:54:55 -07:00
parent 751b4bf968
commit f07d127963
2 changed files with 16 additions and 4 deletions

View File

@ -1,16 +1,28 @@
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import Image from '@theme/IdealImage';
# /mcp [BETA] - Model Context Protocol
Use Model Context Protocol with LiteLLM.
Use Model Context Protocol with LiteLLM
<Image
img={require('../img/litellm_mcp.png')}
style={{width: '100%', display: 'block', margin: '2rem auto'}}
/>
<p style={{textAlign: 'left', color: '#666'}}>
LiteLLM MCP Architecture: Enabling MCP tool usage across all LiteLLM supported models
</p>
## 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 the following features for using MCP
- **List** Available MCP Tools: OpenAI clients can view all available MCP tools
- **Call** MCP Tools: OpenAI clients can call MCP tools
- List Available MCP Tools: OpenAI clients can view all available MCP tools
- Call MCP Tools: OpenAI clients can call MCP tools
## Usage

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB