mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
change correct separator (#12430)
This commit is contained in:
parent
7fdecffc9f
commit
debea99414
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import importlib
|
|||
LITELLM_MCP_SERVER_NAME = "litellm-mcp-server"
|
||||
LITELLM_MCP_SERVER_VERSION = "1.0.0"
|
||||
LITELLM_MCP_SERVER_DESCRIPTION = "MCP Server for LiteLLM"
|
||||
MCP_TOOL_PREFIX_SEPARATOR = "/"
|
||||
MCP_TOOL_PREFIX_SEPARATOR = "-"
|
||||
MCP_TOOL_PREFIX_FORMAT = "{server_name}{separator}{tool_name}"
|
||||
|
||||
def is_mcp_available() -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue