Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
runWeixinMcpServer
Function · 0.65
captureStderr
Function · 0.65
manager.test.ts
File · 0.65
App
Class · 0.65
constructor
Method · 0.65
useInput
Function · 0.65
connect
Method · 0.65
connect
Method · 0.65
onOpen
Function · 0.65
startServer
Function · 0.65
handleConnect
Function · 0.65
startManager
Function · 0.65
Implementers
1
McpManagerImpl
packages/mcp-client/src/manager.ts
Calls
no outgoing calls
Tested by
no test coverage detected