We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd4442 commit 6ab30b2Copy full SHA for 6ab30b2
src/services/mcp/McpHub.ts
@@ -636,6 +636,7 @@ export class McpHub {
636
connection.server.status = "connected"
637
connection.server.error = ""
638
connection.server.instructions = client.getInstructions()
639
+
640
// Initial fetch of tools and resources
641
connection.server.tools = await this.fetchToolsList(name, source)
642
connection.server.resources = await this.fetchResourcesList(name, source)
0 commit comments