Skip to content

Interface: ResourceNotification

Defined in: packages/core/src/state-sync/types.ts:174

MCP protocol notification for resource changes.

Mirrors the notifications/resources/updated JSON-RPC message.

See

StateSyncConfig.notificationSink

Properties

method

ts
readonly method: "notifications/resources/updated";

Defined in: packages/core/src/state-sync/types.ts:175


params

ts
readonly params: {
  uri: string;
};

Defined in: packages/core/src/state-sync/types.ts:176

uri

ts
readonly uri: string;