Releases: VesselSense/signalk-mcp-server
Releases · VesselSense/signalk-mcp-server
Release list
v1.0.8
Fixed
- Fixed token authentication for remote SignalK servers (#5) - Thanks @dirkwa!
- Corrected token header format from
Authorization: JWT <token>toAuthorization: Bearer <token> - Enables connection to SignalK servers requiring authentication
- Tested with remote servers accessed via HTTP
- Corrected token header format from
Added
- Automated npm publishing workflow with OIDC
- Publishes to npm automatically on tag push
- Includes provenance attestation for package security
- Auto-extracts release notes from CHANGELOG.md
- Creates GitHub releases automatically
- Fixed Claude Code review workflow for forked PRs
- Now works with pull requests from external contributors
- Uses
pull_request_targetfor proper secret access