docs litellm mcp

This commit is contained in:
Ishaan Jaff
2025-03-21 09:37:04 -07:00
parent 604c2b80eb
commit a2c9fd16ae
+2 -1
View File
@@ -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