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 36a623f commit a333c4cCopy full SHA for a333c4c
src/server.ts
@@ -47,7 +47,7 @@ export class Server {
47
this.registerResources();
48
await this.validateConfig();
49
50
- this.mcpServer.server.registerCapabilities({ logging: {}, resources: { subscribe: true, listChanged: true } });
+ this.mcpServer.server.registerCapabilities({ logging: {}, resources: { listChanged: true } });
51
52
// TODO: Eventually we might want to make tools reactive too instead of relying on custom logic.
53
this.registerTools();
0 commit comments