mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
list_tool_rest_api
This commit is contained in:
parent
eb4b8d9e7d
commit
c24470ee72
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ if MCP_AVAILABLE:
|
|||
############ MCP Server REST API Routes #################
|
||||
########################################################
|
||||
@router.get("/tools/list", dependencies=[Depends(user_api_key_auth)])
|
||||
async def list_tool_rest_api() -> List[ListMCPToolsRestAPIResponseObject]:
|
||||
async def list_tool_rest_api():
|
||||
"""
|
||||
List all available tools with information about the server they belong to.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue