()
| 79 | } |
| 80 | |
| 81 | function 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 | |
| 89 | function npxMethod(): InstallMethod { |
| 90 | return { |