0.22.0
ChatGPTNextWeb/NextChat0.22.0Jun 4, 2026by cliffhall
AI Summary
This release updates the CI/CD pipeline to use OIDC trusted publishing for npm and introduces support for URL-mode elicitation in the inspector tool.
Key Highlights
- Switch to OIDC trusted publishing for npm
- Added repository fields for npm setup
- Added URL-mode elicitation support
- Security audit fixes for transitive advisories
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