You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve binary path resolution for platform packages
- Create separate index.js files for GitHub Packages vs public npm
- Update binary maps to match correct package names
- Fix setup scripts to use appropriate index.js
- Ensure platform-specific packages can be resolved correctly
This fixes the error:
'Could not resolve binary path for platform/arch: darwin/x64'
Users can now install:
- npm install kubernetes-mcp-server-openshift-ai (public npm)
- npm install @macayaven/kubernetes-mcp-server (GitHub Packages)
Both will correctly resolve to platform-specific binaries.
0 commit comments