Releases: Hushlor/mcp-server-tauri
Releases · Hushlor/mcp-server-tauri
Release list
Release v0.14.0
Fixed
- Restored the official
mcp-bridgeruntime plugin, capability, and IPC identity while retaining Hushlor distribution coordinates, restoring drop-in compatibility with the official upstream distribution.
Migration
- Consumers of the
0.13.0Hushlor downstream preparation must replacehushlor-mcp-bridge:defaultwithmcp-bridge:defaultandplugin:hushlor-mcp-bridge|...withplugin:mcp-bridge|.... - Consumers of the official distribution keep the existing runtime identity and configuration; only the package, crate, and repository coordinates change to the Hushlor distribution.
Release v0.13.0
Added
- Integrated Windows native dialog snapshot/interact tools from PR hypothesi#39.
Changed
- Rebranded the maintained downstream distribution as Hushlor-owned npm, Cargo, MCP Registry, and documentation identities. The downstream runtime plugin identifier and permission namespace are now
hushlor-mcp-bridge; the Rust library/import name and upstream MIT attribution remain preserved.
Fixed
- Integrated origin validation (hypothesi#38), console log line limits (hypothesi#40), stale-session heartbeat recovery (hypothesi#42), and cross-platform package builds (hypothesi#44).
- Pinned the MCP SDK v1 to
1.30.0andwsto8.21.1, with patched runtime transitive dependencies for the published server. - Normalized union tool schemas for SDK v1
tools/listclients while preserving their alternatives.