Skip to content

Commit 599a44f

Browse files
perf(deps): remove mcp-bridge from default features to reduce release binary deps
Move tauri-plugin-mcp-bridge behind opt-in `mcp` feature flag instead of default. Eliminates duplicate objc2 0.5/0.6, block2 0.5/0.6, thiserror v1/v2, and other transitive deps from release builds. Dev workflow: use `task tauri:dev:mcp` to enable MCP bridge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0145a3b commit 599a44f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/mt-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ tracing-appender = "0.2"
8181
dirs = "6"
8282

8383
[features]
84-
default = ["mcp"]
84+
default = []
8585
devtools = ["dep:tauri-plugin-devtools", "tauri/devtools"]
8686
mcp = ["dep:tauri-plugin-mcp-bridge"]
8787

crates/mt-tauri/gen/schemas/acl-manifests.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)