MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/utils/claudeInChrome/chromeNativeHost.ts:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103class ChromeNativeHost {
104 private mcpClients = new Map<number, McpClient>()
105 private nextClientId = 1
106 private server: Server | null = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected