File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ export class DebugResource extends ReactiveResource(
13
13
name : "debug-mongodb" ,
14
14
uri : "debug://mongodb" ,
15
15
config : {
16
- description : "Debugging information for MongoDB connectivity issues." ,
16
+ description :
17
+ "Debugging information for MongoDB connectivity issues. Tracks the last connectivity error and attempt information." ,
17
18
} ,
18
19
} ,
19
20
{
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export class Server {
43
43
this . registerResources ( ) ;
44
44
await this . validateConfig ( ) ;
45
45
46
- this . mcpServer . server . registerCapabilities ( { logging : { } } ) ;
46
+ this . mcpServer . server . registerCapabilities ( { logging : { } , resources : { subscribe : true , listChanged : true } } ) ;
47
47
48
48
// TODO: Eventually we might want to make tools reactive too instead of relying on custom logic.
49
49
this . registerTools ( ) ;
You can’t perform that action at this time.
0 commit comments