Add support for running available commands prior to MCP servers loading (#15596)

This commit is contained in:
Adib234
2026-01-15 15:33:16 -05:00
committed by GitHub
parent 8a627d6c9a
commit 1e8f87fbdf
7 changed files with 230 additions and 8 deletions
@@ -362,4 +362,8 @@ export class McpClientManager {
}
return instructions.join('\n\n');
}
getMcpServerCount(): number {
return this.clients.size;
}
}