Skip to content

Commit 2bb94eb

Browse files
[dependencies]: Bump @modelcontextprotocol/inspector from 0.16.1 to 0.16.2 (#366)
Bumps [@modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) from 0.16.1 to 0.16.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/modelcontextprotocol/inspector/releases"><code>@​modelcontextprotocol/inspector</code>'s releases</a>.</em></p> <blockquote> <h2>0.16.2</h2> <h2>What's Changed</h2> <ul> <li>feat: Add resource_link content type support to ToolResults component by <a href="https://github.com/nandsha"><code>@​nandsha</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/564">modelcontextprotocol/inspector#564</a></li> <li>fix: interpretation of unstructured content and tests by <a href="https://github.com/kentcdodds"><code>@​kentcdodds</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/602">modelcontextprotocol/inspector#602</a></li> <li>make auth token configurable via env var by <a href="https://github.com/kentcdodds"><code>@​kentcdodds</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/517">modelcontextprotocol/inspector#517</a></li> <li>Set completion support to false by default by <a href="https://github.com/fredericbarthelet"><code>@​fredericbarthelet</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/441">modelcontextprotocol/inspector#441</a></li> <li>Missing mandatory parameter in the Inspector's CLI command by <a href="https://github.com/LazaUK"><code>@​LazaUK</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/597">modelcontextprotocol/inspector#597</a></li> <li>[cli] Don't force specific endpoints for remote servers by <a href="https://github.com/leblancfg"><code>@​leblancfg</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/595">modelcontextprotocol/inspector#595</a></li> <li>Run the CLI tests in CI by <a href="https://github.com/leblancfg"><code>@​leblancfg</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/621">modelcontextprotocol/inspector#621</a></li> <li>feat: support manual entry of OAuth client information by <a href="https://github.com/xiaoyijun"><code>@​xiaoyijun</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/345">modelcontextprotocol/inspector#345</a></li> <li>Fix command-line argument passing to pre-fill UI by <a href="https://github.com/felixweinberger"><code>@​felixweinberger</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/641">modelcontextprotocol/inspector#641</a></li> <li>add: elicitation support by <a href="https://github.com/QuantGeekDev"><code>@​QuantGeekDev</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/535">modelcontextprotocol/inspector#535</a></li> <li>Update <code>@​modelcontextprotocol/sdk</code> &amp; bump version to 0.16.2 by <a href="https://github.com/felixweinberger"><code>@​felixweinberger</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/645">modelcontextprotocol/inspector#645</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nandsha"><code>@​nandsha</code></a> made their first contribution in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/564">modelcontextprotocol/inspector#564</a></li> <li><a href="https://github.com/fredericbarthelet"><code>@​fredericbarthelet</code></a> made their first contribution in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/441">modelcontextprotocol/inspector#441</a></li> <li><a href="https://github.com/LazaUK"><code>@​LazaUK</code></a> made their first contribution in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/597">modelcontextprotocol/inspector#597</a></li> <li><a href="https://github.com/leblancfg"><code>@​leblancfg</code></a> made their first contribution in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/595">modelcontextprotocol/inspector#595</a></li> <li><a href="https://github.com/xiaoyijun"><code>@​xiaoyijun</code></a> made their first contribution in <a href="https://redirect.github.com/modelcontextprotocol/inspector/pull/345">modelcontextprotocol/inspector#345</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/modelcontextprotocol/inspector/compare/0.16.1...0.16.2">https://github.com/modelcontextprotocol/inspector/compare/0.16.1...0.16.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/cfc17e57d571cf51dad6aecde5dc531850a0e9a6"><code>cfc17e5</code></a> Merge pull request <a href="https://redirect.github.com/modelcontextprotocol/inspector/issues/645">#645</a> from modelcontextprotocol/fweinberger/update-ts-sdk</li> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/939a7dab58bc140371e087b4df67c0320ec6227f"><code>939a7da</code></a> chore: update ts-sdk to 0.17.0 and bump version to 0.16.2</li> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/9f6e731dc427ff026bd46803c530f74d1e4a70ed"><code>9f6e731</code></a> Merge pull request <a href="https://redirect.github.com/modelcontextprotocol/inspector/issues/535">#535</a> from QuantGeekDev/feature/elicitations</li> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/85df5fd836afdae3df3cc1d9c6bbbb75126c695b"><code>85df5fd</code></a> Merge pull request <a href="https://redirect.github.com/modelcontextprotocol/inspector/issues/641">#641</a> from modelcontextprotocol/fweinberger/fix-cli-args</li> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/21745d6507208ec2c7a25705855c4dc65499d327"><code>21745d6</code></a> Merge branch 'main' into fweinberger/fix-cli-args</li> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/eda6c05ba1fc78c86058dbc58a9f96b3dbef6a66"><code>eda6c05</code></a> Merge branch 'main' into feature/elicitations</li> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/0db0bbb5c154e3122592fb27d59d2716e96d9389"><code>0db0bbb</code></a> Merge pull request <a href="https://redirect.github.com/modelcontextprotocol/inspector/issues/345">#345</a> from xiaoyijun/feat-support-enter-oauth-client-inform...</li> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/c7b90a1af9b727d5f6e0b505ced86bd66981d9b4"><code>c7b90a1</code></a> Fix command-line argument passing to pre-fill UI</li> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/144755b3694bad5ae9437730ae48274e2a172b57"><code>144755b</code></a> Merge branch 'main' into feature/elicitations</li> <li><a href="https://github.com/modelcontextprotocol/inspector/commit/f6c9342678e968c40379a2d7f73daf8f30cc1395"><code>f6c9342</code></a> test: update tests</li> <li>Additional commits viewable in <a href="https://github.com/modelcontextprotocol/inspector/compare/0.16.1...0.16.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@modelcontextprotocol/inspector&package-manager=npm_and_yarn&previous-version=0.16.1&new-version=0.16.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44c8428 commit 2bb94eb

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)