Update mcpbridge.py

This commit is contained in:
dbth 2025-02-09 21:07:02 +01:00
parent 0c5f8da296
commit 0753a185ef

View File

@ -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]