Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
59
export
function
isComputerUseMCPServer(name: string): boolean {
60
return
normalizeNameForMCP(name) === COMPUTER_USE_MCP_SERVER_NAME
61
}
62
Callers
1
addMcpConfig
Function · 0.85
Calls
1
normalizeNameForMCP
Function · 0.85
Tested by
no test coverage detected