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

Function npxMethod

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

Source from the content-addressed store, hash-verified

87}
88
89function npxMethod(): InstallMethod {
90 return {
91 kind: 'npx',
92 manualInstructions: [
93 'npx always fetches the latest version by default when using @latest.',
94 'If you pinned a specific version, update the version in your MCP client config.',
95 ],
96 };
97}
98
99function unknownMethod(): InstallMethod {
100 return {

Callers 1

upgrade.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected