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

Function homebrewMethod

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

Source from the content-addressed store, hash-verified

68}
69
70function homebrewMethod(): InstallMethod {
71 return {
72 kind: 'homebrew',
73 manualCommand: 'brew update && brew upgrade xcodebuildmcp',
74 autoCommands: [
75 ['brew', 'update'],
76 ['brew', 'upgrade', 'xcodebuildmcp'],
77 ],
78 };
79}
80
81function npmGlobalMethod(): InstallMethod {
82 return {

Callers 2

baseDepsFunction · 0.85
upgrade.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected