Skip to content

Commit 3fe046c

Browse files
committed
bug: hub in dual mode needs to register agent tools
testing, and I did not have the agent tools. This should fix it. Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent 6a0992f commit 3fe046c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mcpserver/core/hub.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,3 +408,4 @@ def setup_dual(self):
408408
"url": self.registration_url,
409409
"client": Client(default_url),
410410
}
411+
self.register_agent_tools()

0 commit comments

Comments
 (0)