MCPcopy Create free account
hub / github.com/tiann/hapi /

Class

cli/src/cursor/utils/cursorExtensionAdapter.ts:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22export type CursorExtensionMessageHandler = (message: AgentMessage) => void;
23
24export class CursorExtensionAdapter {
25 private readonly pending = new Map<string, PendingExtensionRequest>();
26
27 constructor(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected