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

Function npmGlobalMethod

src/cli/commands/__tests__/upgrade.test.ts:81–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81function npmGlobalMethod(): InstallMethod {
82 return {
83 kind: 'npm-global',
84 manualCommand: 'npm install -g xcodebuildmcp@latest',
85 autoCommands: [['npm', 'install', '-g', 'xcodebuildmcp@latest']],
86 };
87}
88
89function npxMethod(): InstallMethod {
90 return {

Callers 1

upgrade.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected