Skip to content

Releases: Hushlor/mcp-server-tauri

Release v0.14.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:25

Fixed

  • Restored the official mcp-bridge runtime 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.0 Hushlor downstream preparation must replace hushlor-mcp-bridge:default with mcp-bridge:default and plugin:hushlor-mcp-bridge|... with plugin: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

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:45

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.0 and ws to 8.21.1, with patched runtime transitive dependencies for the published server.
  • Normalized union tool schemas for SDK v1 tools/list clients while preserving their alternatives.