mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
422d38fd11
commit
4d16cf6bf3
1 changed files with 0 additions and 4 deletions
|
|
@ -95,10 +95,6 @@ async def get_tools(request: Request, user=Depends(get_verified_user)):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
print("User ID:", user.id)
|
|
||||||
print("Server ID:", server_id)
|
|
||||||
print("MCP Session Token:", session_token)
|
|
||||||
|
|
||||||
tools.append(
|
tools.append(
|
||||||
ToolUserResponse(
|
ToolUserResponse(
|
||||||
**{
|
**{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue