()
| 87 | } |
| 88 | |
| 89 | function 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 | |
| 99 | function unknownMethod(): InstallMethod { |
| 100 | return { |