render MCP tools on ui logs page

This commit is contained in:
Ishaan Jaff 2025-03-29 16:01:34 -07:00
parent 2dfd302a82
commit 759303687a
3 changed files with 22 additions and 1 deletions

View file

@ -418,6 +418,7 @@ RESPONSE_FORMAT_TOOL_NAME = "json_tool_call" # default tool name used when conv
########################### Logging Callback Constants ###########################
AZURE_STORAGE_MSFT_VERSION = "2019-07-07"
MCP_TOOL_NAME_PREFIX = "mcp_tool"
########################### LiteLLM Proxy Specific Constants ###########################
########################################################################################