mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-26 08:30:54 +02:00
Update mcpbridge.py
This commit is contained in:
parent
0c5f8da296
commit
0753a185ef
@ -69,13 +69,7 @@ class MCPBridge(DVMTaskInterface):
|
|||||||
if self.options.get("server_names"):
|
if self.options.get("server_names"):
|
||||||
self.server_names = (self.options.get("server_names"))
|
self.server_names = (self.options.get("server_names"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
c = "list-tools"
|
c = "list-tools"
|
||||||
|
|
||||||
|
|
||||||
for tag in event.tags().to_vec():
|
for tag in event.tags().to_vec():
|
||||||
if tag.as_vec()[0] == 'c':
|
if tag.as_vec()[0] == 'c':
|
||||||
c = tag.as_vec()[1]
|
c = tag.as_vec()[1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user