Skip to content

Commit 8dd4442

Browse files
committed
instructions
1 parent efc3649 commit 8dd4442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/mcp/McpHub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ export class McpHub {
635635
await client.connect(transport)
636636
connection.server.status = "connected"
637637
connection.server.error = ""
638-
638+
connection.server.instructions = client.getInstructions()
639639
// Initial fetch of tools and resources
640640
connection.server.tools = await this.fetchToolsList(name, source)
641641
connection.server.resources = await this.fetchResourcesList(name, source)

0 commit comments

Comments
 (0)