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

Function isComputerUseMCPServer

src/utils/computerUse/common.ts:59–61  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

57}
58
59export function isComputerUseMCPServer(name: string): boolean {
60 return normalizeNameForMCP(name) === COMPUTER_USE_MCP_SERVER_NAME
61}
62

Callers 1

addMcpConfigFunction · 0.85

Calls 1

normalizeNameForMCPFunction · 0.85

Tested by

no test coverage detected