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(
1313 name : "debug-mongodb" ,
1414 uri : "debug://mongodb" ,
1515 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." ,
1718 } ,
1819 } ,
1920 {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export class Server {
4343 this . registerResources ( ) ;
4444 await this . validateConfig ( ) ;
4545
46- this . mcpServer . server . registerCapabilities ( { logging : { } } ) ;
46+ this . mcpServer . server . registerCapabilities ( { logging : { } , resources : { subscribe : true , listChanged : true } } ) ;
4747
4848 // TODO: Eventually we might want to make tools reactive too instead of relying on custom logic.
4949 this . registerTools ( ) ;
You can’t perform that action at this time.
0 commit comments