MCPcopy Index your code
hub / github.com/modelcontextprotocol/typescript-sdk / sendResourceUpdated

Method sendResourceUpdated

src/server/index.ts:649–654  ·  view source on GitHub ↗
(params: ResourceUpdatedNotification['params'])

Source from the content-addressed store, hash-verified

647 }
648
649 async sendResourceUpdated(params: ResourceUpdatedNotification['params']) {
650 return this.notification({
651 method: 'notifications/resources/updated',
652 params
653 });
654 }
655
656 async sendResourceListChanged() {
657 return this.notification({

Callers 1

index.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected