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 efc3649 commit 8dd4442Copy full SHA for 8dd4442
src/services/mcp/McpHub.ts
@@ -635,7 +635,7 @@ export class McpHub {
635
await client.connect(transport)
636
connection.server.status = "connected"
637
connection.server.error = ""
638
-
+ connection.server.instructions = client.getInstructions()
639
// Initial fetch of tools and resources
640
connection.server.tools = await this.fetchToolsList(name, source)
641
connection.server.resources = await this.fetchResourcesList(name, source)
0 commit comments