0.22.0
parruda/swarm0.22.0Jun 4, 2026by cliffhall
AI Summary
This release switches npm publish to OIDC trusted publishing, adds repository field for npm trusted publisher setup, gates claude.yml on author_association, fixes npm audit issues, and adds URL-mode elicitation support.
Key Highlights
- Switch npm publish to OIDC trusted publishing
- Add URL-mode elicitation support
- Fix npm audit issues for transitive security advisories
- Gate claude.yml on author_association to skip unauthorized invokes
New Features
- URL-mode elicitation support
Full Release Notes
## What's Changed * ci: switch npm publish to OIDC trusted publishing by @pcarleton in https://github.com/modelcontextprotocol/inspector/pull/1199 * Update package.json to contain repository.url in for npm trusted publisher setup by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/1201 * fix: add repository field to workspace package.json files for npm trusted publishing by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/1202 * ci: gate claude.yml on author_association to skip unauthorized invokes by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/1270 * chore(deps): npm audit fix for transitive security advisories by @olaservo in https://github.com/modelcontextprotocol/inspector/pull/1380 * feat: add URL-mode elicitation support by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/1423 * chore: bump version to 0.22.0 by @Copilot in https://github.com/modelcontextprotocol/inspector/pull/1428 **Full Changelog**: https://github.com/modelcontextprotocol/inspector/compare/0.21.2...0.22.0