0.17.0
modelcontextprotocol/inspector0.17.0Oct 1, 2025by cliffhall
AI Summary
This version introduces search capability to the ListPane component, allowing users to filter resources and tools. It also fixes hard-coded CLI version issues, validates JSON parameters before execution, and enhances OAuth token handling to prevent infinite loops.
Key Highlights
- Add search capability to ListPane component
- Allow bypassing proxy with Connection Type dropdown
- Validate JSON parameters before tool execution
- Enhance OAuth token handling to prevent infinite auth loops
New Features
- Search capability to ListPane component
Full Release Notes
## What's Changed * Allow bypassing proxy with Connection Type dropdown by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/810 * feat: Add search capability to the ListPane component to allow users to filter resources, prompts and tools by @cameronldroberts in https://github.com/modelcontextprotocol/inspector/pull/727 * fix: hard-coded CLI inspector version by @richardkmichael in https://github.com/modelcontextprotocol/inspector/pull/544 * Revert "fix: filter out client_secret when storing OAuth client information" by @pcarleton in https://github.com/modelcontextprotocol/inspector/pull/827 * fix: Validate JSON parameters before tool execution by @nandsha in https://github.com/modelcontextprotocol/inspector/pull/528 * Fix optional arrays/objects issue #771 by @JMLX42 in https://github.com/modelcontextprotocol/inspector/pull/772 * Update ToolsTab parameter handling to omit optional empty fields by @olaservo in https://github.com/modelcontextprotocol/inspector/pull/625 * Bump Inspector version to 0.17.0 by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/833 * fix: enhance OAuth token handling in useConnection hook to prevent infinite auth loops by @kentcdodds in https://github.com/modelcontextprotocol/inspector/pull/830 ## New Contributors * @cameronldroberts made their first contribution in https://github.com/modelcontextprotocol/inspector/pull/727 * @JMLX42 made their first contribution in https://github.com/modelcontextprotocol/inspector/pull/772 **Full Changelog**: https://github.com/modelcontextprotocol/inspector/compare/0.16.8...0.17.0