Skip to content

fix: require opera-devtools-mcp 0.4.0 for MCP Hub support - #27

Merged
macieju-opera merged 1 commit into
mainfrom
fix/mcp-0.4.0
Aug 19, 2026
Merged

fix: require opera-devtools-mcp 0.4.0 for MCP Hub support#27
macieju-opera merged 1 commit into
mainfrom
fix/mcp-0.4.0

Conversation

@macieju-opera

Copy link
Copy Markdown
Contributor

Summary

Bumps the runtime opera-devtools-mcp dependency from ^0.3.0 to ^0.4.0.

Why

0.3.0 does 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 pin 0.4.0

Version intentionally left at 0.1.47 — release-please will bump to 0.1.48 on merge (this is a fix: commit), producing a corrected published bundle.

Testing

  • tsc --noEmit clean; npm run build passes.
  • Full suite: 455 passing against opera-devtools-mcp@0.4.0.
  • npm pack tarball verified to declare opera-devtools-mcp: ^0.4.0.

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.
@macieju-opera
macieju-opera merged commit 7e4cfb5 into main Aug 19, 2026
2 checks passed
@macieju-opera
macieju-opera deleted the fix/mcp-0.4.0 branch August 19, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant