fix: require opera-devtools-mcp 0.4.0 for MCP Hub support - #27
Merged
Conversation
opera-devtools-mcp 0.3.0 lacks the MCP Hub tools (opera_list_mcp_servers, opera_list_mcp_tools, opera_call_mcp_tool) added in 0.4.0. Bump the runtime dependency so the published bundle installs with MCP Hub support.
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.
Summary
Bumps the runtime
opera-devtools-mcpdependency from^0.3.0to^0.4.0.Why
0.3.0does not contain the MCP Hub tools (opera_list_mcp_servers,opera_list_mcp_tools,opera_call_mcp_tool) that the MCP Hub CLI commands (merged in #25, released in 0.1.47) call. So a fresh install of 0.1.47 gets an MCP server that can't serve those commands.0.4.0(the installed/verified version) contains the MCP Hub tools; the lockfile now pins it.Changes
package.json:"opera-devtools-mcp": "^0.3.0"→"^0.4.0"package-lock.json: updated to pin0.4.0Version intentionally left at
0.1.47— release-please will bump to0.1.48on merge (this is afix:commit), producing a corrected published bundle.Testing
tsc --noEmitclean;npm run buildpasses.npm packtarball verified to declareopera-devtools-mcp: ^0.4.0.