This commit is contained in:
Taylor Wilsdon
2026-01-27 18:48:07 -05:00
parent be0308eba8
commit 4ced1c42d0

View File

@@ -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":