From 0753a185ef22dd99d4aef34d849e468653e358be Mon Sep 17 00:00:00 2001 From: dbth <1097224+believethehype@users.noreply.github.com> Date: Sun, 9 Feb 2025 21:07:02 +0100 Subject: [PATCH] Update mcpbridge.py --- nostr_dvm/tasks/mcpbridge.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nostr_dvm/tasks/mcpbridge.py b/nostr_dvm/tasks/mcpbridge.py index 02ac39f..7fd487b 100644 --- a/nostr_dvm/tasks/mcpbridge.py +++ b/nostr_dvm/tasks/mcpbridge.py @@ -69,13 +69,7 @@ class MCPBridge(DVMTaskInterface): if self.options.get("server_names"): self.server_names = (self.options.get("server_names")) - - - - c = "list-tools" - - for tag in event.tags().to_vec(): if tag.as_vec()[0] == 'c': c = tag.as_vec()[1]