chore(deps-dev): bump @modelcontextprotocol/inspector from 0.16.8 to 0.17.2#201
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [@modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) from 0.16.8 to 0.17.2. - [Release notes](https://github.com/modelcontextprotocol/inspector/releases) - [Commits](modelcontextprotocol/inspector@0.16.8...0.17.2) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/inspector" dependency-version: 0.17.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
edobry
added a commit
that referenced
this pull request
Apr 19, 2026
… integration Completely eliminated MCP command duplication by implementing a comprehensive shared command integration bridge. Refactored ~800+ lines of duplicated command registration code into a single bridge interface while maintaining full backward compatibility. ## Changes ### Added - Shared command integration bridge (shared-command-integration.ts) with category-specific registration functions - Enhanced shared command registry with DEBUG command category and system diagnostic commands - MCP bridge configuration system with command overrides and error handling integration ### Changed - Refactored all 6 MCP adapters (tasks, git, session, rules, init, debug) to use bridge pattern instead of manual registration - Simplified MCP command registration index by removing unused imports and commented code ### Removed - Dead code cleanup: Removed 400+ lines of unused session file operation MCP adapters and tests - Eliminated session-files.ts, session-workspace.ts, session-edit-tools.ts and their test files ## Testing - All existing MCP adapter tests pass - Shared command registry tests pass - Bridge integration verified through test execution - TypeScript compilation successful - No functionality regression ## Benefits - Eliminated ~800+ lines of code duplication - Improved maintainability with single source of truth for command definitions - Enhanced consistency across all command interfaces - Reduced technical debt with dead code removal - Preserved full backward compatibility
Contributor
Author
|
Superseded by #532. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @modelcontextprotocol/inspector from 0.16.8 to 0.17.2.
Release notes
Sourced from
@modelcontextprotocol/inspector's releases.... (truncated)
Commits
c7683b4Merge pull request #886 from olaservo/version-bump-0.17.2d99a357chore: bump version to 0.17.2aa17bb20.17.26f64875Merge pull request #883 from cliffhall/npm-deps-updateeeaaeb5Bump TS SDK to latest + npm audit fix742fd8eBump TS SDK to latest + npm audit fixdced81dMerge pull request #849 from olaservo/issue-8467f6a276Merge branch 'main' into issue-84660ff2d3Move Tool Input Validation Guidelines to Readmeacf30b0Handle tri state nullable boolean in null checkboxYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)