From abb16846a599cf38a877e80e2cb0a34178815b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:24:06 +0000 Subject: [PATCH] chore(deps): bump tauri-plugin-mcp-bridge from 0.12.0 to 0.13.0 Bumps [tauri-plugin-mcp-bridge](https://github.com/hypothesi/mcp-server-tauri) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/hypothesi/mcp-server-tauri/releases) - [Changelog](https://github.com/hypothesi/mcp-server-tauri/blob/main/CHANGELOG.md) - [Commits](https://github.com/hypothesi/mcp-server-tauri/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: tauri-plugin-mcp-bridge dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e871bae..6b1317a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5098,13 +5098,15 @@ dependencies = [ [[package]] name = "tauri-plugin-mcp-bridge" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee9c726f2293f54dc9a61739886967a75c9f1701d17a3dcb8a4544f7353d4861" +checksum = "db0e3b2116693ae3ea616e041d83d8d95898ee2393629b2d1b8ee1d80f2eedb0" dependencies = [ "base64 0.22.1", "block2 0.5.1", + "cairo-rs", "futures-util", + "gio", "image", "jni 0.21.1", "objc2 0.5.2", @@ -5120,6 +5122,7 @@ dependencies = [ "tokio", "tokio-tungstenite", "uuid", + "webkit2gtk", "webview2-com", "windows 0.61.3", "windows-core 0.61.2", diff --git a/Cargo.toml b/Cargo.toml index 337af1c..ee921d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tauri-plugin-single-instance = { version = "2", features = ["deep-link"] } # Dev-only agent bridge, kept out of every release build by the optional # `mcp-bridge` feature on accshift-gui. Version must stay in step with the # @hypothesi/tauri-mcp-server pinned in .mcp.json. -tauri-plugin-mcp-bridge = "0.12.0" +tauri-plugin-mcp-bridge = "0.13.0" tauri-build = "2.5.6" winreg = "0.56" windows-sys = { version = "0.61", features = [