MCPcopy Index your code
hub / github.com/modelcontextprotocol/modelcontextprotocol / Notification

Interface Notification

schema/2025-06-18/schema.ts:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51/** @internal */
52export interface Notification {
53 method: string;
54 params?: {
55 /**
56 * See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.
57 */
58 _meta?: { [key: string]: unknown };
59 [key: string]: unknown;
60 };
61}
62
63/**
64 * @category Common Types

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected