cleanup
This commit is contained in:
@@ -103,7 +103,6 @@ def filter_server_tools(server):
|
||||
tools_to_remove.add("start_google_auth")
|
||||
|
||||
for tool_name in tools_to_remove:
|
||||
if tool_name in tool_registry:
|
||||
del tool_registry[tool_name]
|
||||
tools_removed += 1
|
||||
if tool_name == "start_google_auth":
|
||||
|
||||
Reference in New Issue
Block a user