mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
Replace static NPM_TOKEN with OIDC-based authentication for improved security. This uses NPM's Trusted Publishing feature which: - Eliminates need for long-lived tokens - Provides provenance attestation - Is the recommended approach by npm Requires configuring Trusted Publishing in npm package settings: - Repository owner: czlonkowski - Repository name: n8n-mcp - Workflow filename: release.yml Conceived by Romuald Członkowski - www.aiadvisors.pl/en 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>