Skip to content

Commit a5aedd8

Browse files
authored
Merge branch 'main' into legomushroom/prompts/disable-front-matter-header-decoration
2 parents 96f491b + c9eb197 commit a5aedd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/mcp/common/mcpServer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,8 @@ export class McpServer extends Disposable implements IMcpServer {
617617
}));
618618

619619
store.add(handler.onDidChangePromptList(() => {
620-
handler.logger.info('Prompts list changed, refreshing tools...');
621-
updateTools(undefined);
620+
handler.logger.info('Prompts list changed, refreshing prompts...');
621+
updatePrompts(undefined);
622622
}));
623623

624624
transaction(tx => {

0 commit comments

Comments
 (0)