Skip to content
This repository was archived by the owner on Jul 23, 2026. It is now read-only.

chore(deps): bump tauri-plugin-mcp-bridge from 0.11.2 to 0.12.0 in /product/apps/opc/src-tauri#578

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/product/apps/opc/src-tauri/tauri-plugin-mcp-bridge-0.12.0
Open

chore(deps): bump tauri-plugin-mcp-bridge from 0.11.2 to 0.12.0 in /product/apps/opc/src-tauri#578
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/product/apps/opc/src-tauri/tauri-plugin-mcp-bridge-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps tauri-plugin-mcp-bridge from 0.11.2 to 0.12.0.

Release notes

Sourced from tauri-plugin-mcp-bridge's releases.

Release 0.12.0

@​hypothesi/tauri-mcp-cli

npm

Changed

  • Update the bundled @hypothesi/tauri-mcp-server dependency to 0.12.0.
  • Update Intent skill checks to use the current intent list command.

Release 0.12.0

tauri-plugin-mcp-bridge

crates.io npm

Added

  • get_backend_state now returns the host process cwd, so MCP clients can tell apart apps running from different worktrees.

Fixed

  • Do not log expected mid-handshake disconnects as errors.

@​hypothesi/tauri-mcp-server

npm

Added

  • resolveTargetApp can route by current working directory when multiple apps are connected and no appIdentifier is passed.
  • Add getCwdHint() and the MCP_BRIDGE_CWD environment override for worktree-specific routing.
  • driver_session status output now includes each connected app's cwd.

Changed

  • Docs now point users to aix add mcp for setup instead of the older install-mcp flow.

Fixed

  • Device listing now times out SDK probes instead of waiting indefinitely when adb or xcrun hangs.
  • Starting a session after auto-discovery now reuses an already connected port instead of opening a duplicate connection.

@​hypothesi/tauri-mcp-cli

npm

Changed

  • Update the bundled @hypothesi/tauri-mcp-server dependency to 0.12.0.
  • Update Intent skill checks to use the current intent list command.
Changelog

Sourced from tauri-plugin-mcp-bridge's changelog.

[0.12.0] - 2026-07-05

Added

  • tauri-plugin-mcp-bridge: get_backend_state now includes the host process's current working directory (cwd field). Lets MCP clients disambiguate concurrent Tauri instances running from different worktrees or checkouts.
  • tauri-mcp-server: resolveTargetApp falls back to CWD-based routing when no appIdentifier is passed and multiple apps are connected, picking the session whose cwd best matches MCP_BRIDGE_CWD or process.cwd(). Removes the need to manually pass appIdentifier per-tool-call when working across multiple worktrees with their own MCP sessions.
  • tauri-mcp-server: new getCwdHint() config helper and MCP_BRIDGE_CWD env override.
  • driver_session status output now includes the cwd of each connected app.

Changed

  • Docs now point users to aix add mcp for setup instead of the older install-mcp flow.
  • npm run standards now lints local commits after origin/main instead of every commit after an old fixed baseline.

Fixed

  • tauri-mcp-server: device listing now times out SDK probes instead of waiting indefinitely when adb or xcrun hangs.
  • tauri-mcp-server: starting a session after auto-discovery now reuses an already connected port instead of opening a duplicate connection.
  • tauri-plugin-mcp-bridge no longer logs expected mid-handshake disconnects as errors.
Commits
  • 2832281 chore: version bump: v0.12.0
  • c0f8d99 Merge pull request #27 from Symbiosis-Lab/feat/cwd-routing-upstream
  • c828f51 Merge pull request #30 from vdavid/fix/ws-handshake-incomplete-noise
  • c244fd0 Merge pull request #33 from hypothesi/replace-install-mcp-with-aix-1592587288...
  • f76af89 docs: replace install-mcp with aix add mcp
  • aeb9eaa docs: replace install-mcp with aix add mcp
  • 826d84e fix(tauri-plugin-mcp-bridge): don't log benign mid-handshake disconnects as e...
  • ffc5ab2 feat(tauri-mcp-server): route tool calls by cwd when multiple apps are connected
  • ce60f65 feat(tauri-plugin-mcp-bridge): expose host process cwd in get_backend_state
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [tauri-plugin-mcp-bridge](https://github.com/hypothesi/mcp-server-tauri) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/hypothesi/mcp-server-tauri/releases)
- [Changelog](https://github.com/hypothesi/mcp-server-tauri/blob/main/CHANGELOG.md)
- [Commits](hypothesi/mcp-server-tauri@v0.11.2...v0.12.0)

---
updated-dependencies:
- dependency-name: tauri-plugin-mcp-bridge
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file desktop OPC desktop app (product/apps/opc) rust Rust / cargo dependencies labels Jul 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file desktop OPC desktop app (product/apps/opc) rust Rust / cargo dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants