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

Function unknownMethod

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

Source from the content-addressed store, hash-verified

97}
98
99function unknownMethod(): InstallMethod {
100 return {
101 kind: 'unknown',
102 manualInstructions: [
103 'Homebrew: brew update && brew upgrade xcodebuildmcp',
104 'npm: npm install -g xcodebuildmcp@latest',
105 'npx: npx always fetches the latest when using @latest',
106 ],
107 };
108}
109
110function baseDeps(overrides?: Partial<UpgradeDependencies>): Partial<UpgradeDependencies> {
111 return {

Callers 1

upgrade.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected