Skip to content

v0.1.5 - DXT Package Support

Latest

Choose a tag to compare

@dirvine dirvine released this 01 Jul 15:38

What's New in v0.1.5

πŸŽ‰ DXT Package Distribution

  • Added DXT (Desktop Extension) packaging for easy one-click installation in Claude Desktop
  • Created build script for automated DXT package generation
  • Updated documentation with DXT installation instructions

πŸ› Bug Fixes

  • Fixed MCP protocol compatibility issues with Claude Desktop
  • Added support for flexible protocol version handling (supports both "1.0" and date-based versions like "2024-11-05")
  • Fixed stdout pollution that was breaking JSON-RPC communication
  • Added proper notifications/initialized handler

πŸ“¦ Installation Options

You now have two ways to install tauri-mcp:

Option 1: DXT Package (Recommended for Claude Desktop)

  1. Download the tauri-mcp-0.1.5.dxt file from this release
  2. Double-click the .dxt file to install (or drag it onto Claude Desktop)
  3. The server will be automatically configured and ready to use

Option 2: Cargo

cargo install tauri-mcp

πŸ”§ Known Issues

  • Claude Desktop may still disconnect from non-Node.js MCP servers immediately after initialization
  • See issue #885 for updates on Rust server compatibility

πŸ“š Documentation


Full changelog: v0.1.4...v0.1.5