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
- Remove ARM64 targets that have keyring dependency issues
- Focus on x64 platforms (Windows, macOS, Linux) for initial release
- Update install.js to provide helpful error for unsupported architectures
- Remove cross-compilation setup steps from workflow
This provides stable npm package support for the most common platforms.
thrownewError(`Unsupported architecture: ${arch}. Only x64 is currently supported. Please install from source: cargo install --git https://github.com/pulseengine/studio-mcp.git studio-mcp-server`);
0 commit comments