MCPcopy
hub / github.com/codeaashu/claude-code / isClaudeInChromeMCPServer

Function isClaudeInChromeMCPServer

src/utils/claudeInChrome/common.ts:411–413  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

409}
410
411export function isClaudeInChromeMCPServer(name: string): boolean {
412 return normalizeNameForMCP(name) === CLAUDE_IN_CHROME_MCP_SERVER_NAME
413}
414
415const MAX_TRACKED_TABS = 200
416const trackedTabIds = new Set<number>()

Callers 2

client.tsFile · 0.85
addMcpConfigFunction · 0.85

Calls 1

normalizeNameForMCPFunction · 0.85

Tested by

no test coverage detected