0.17.2

modelcontextprotocol/inspector0.17.2Oct 22, 2025by cliffhall

AI Summary

This release improves stability and elicitation support. It locks the `get-intrinsic` dependency to avoid generator-function issues, increases the default request timeout to 5 minutes, and adds input validation guidelines. It also bumps the TypeScript SDK.

Key Highlights

  • Increase default request timeout to 5 minutes for elicitation support
  • Lock `get-intrinsic` dependency to avoid generator-function dependency
  • Add input validation guidelines
  • Bump TypeScript SDK to latest

Full Release Notes

## What's Changed
* fix: lock get-intrinsic to 1.3.0 to avoid generator-function dependency by @antonpk1 in https://github.com/modelcontextprotocol/inspector/pull/870
* Increase default request timeout to 5 minutes for elicitation support by @bhosmer-ant in https://github.com/modelcontextprotocol/inspector/pull/875
* Add input validation guidelines and fix the case where there are null defaults or tri-state booleans by @olaservo in https://github.com/modelcontextprotocol/inspector/pull/849
* Bump TS SDK to latest + npm audit fix by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/883
* Version bump 0.17.2 by @olaservo in https://github.com/modelcontextprotocol/inspector/pull/886

## New Contributors
* @antonpk1 made their first contribution in https://github.com/modelcontextprotocol/inspector/pull/870

**Full Changelog**: https://github.com/modelcontextprotocol/inspector/compare/0.17.1...0.17.2