MCPcopy
hub / github.com/claude-code-best/claude-code / on

Method on

packages/mcp-client/src/manager.ts:53–53  ·  view source on GitHub ↗
(
    event: E,
    handler: McpManagerEvents[E],
  )

Source from the content-addressed store, hash-verified

51 args: unknown,
52 ): Promise<unknown>
53 on<E extends keyof McpManagerEvents>(
54 event: E,
55 handler: McpManagerEvents[E],
56 ): void

Callers 15

runWeixinMcpServerFunction · 0.65
captureStderrFunction · 0.65
manager.test.tsFile · 0.65
AppClass · 0.65
constructorMethod · 0.65
useInputFunction · 0.65
connectMethod · 0.65
connectMethod · 0.65
onOpenFunction · 0.65
startServerFunction · 0.65
handleConnectFunction · 0.65
startManagerFunction · 0.65

Implementers 1

McpManagerImplpackages/mcp-client/src/manager.ts

Calls

no outgoing calls

Tested by

no test coverage detected