MCPcopy Index your code
hub / github.com/tiann/hapi / initialize

Method initialize

cli/src/codex/codexRemoteLauncher.test.ts:68–71  ·  view source on GitHub ↗
(params: unknown)

Source from the content-addressed store, hash-verified

66 async connect(): Promise<void> {}
67
68 async initialize(params: unknown): Promise<{ protocolVersion: number }> {
69 harness.initializeCalls.push(params);
70 return { protocolVersion: 1 };
71 }
72
73 setNotificationHandler(handler: ((method: string, params: unknown) => void) | null): void {
74 this.notificationHandler = handler;

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected