MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / toLocalToolName

Function toLocalToolName

src/integrations/xcode-tools-bridge/registry.ts:123–125  ·  view source on GitHub ↗
(remoteToolName: string)

Source from the content-addressed store, hash-verified

121}
122
123export function toLocalToolName(remoteToolName: string): string {
124 return `xcode_tools_${remoteToolName}`;
125}
126
127function stableFingerprint(tool: Tool): string {
128 return JSON.stringify({

Callers 3

createCliXcodeProxyToolFunction · 0.90
startDaemonServerFunction · 0.90
syncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected