release: v0.4.26-beta.3

This commit is contained in:
LemonNeko
2025-05-01 19:32:24 +08:00
parent c191883ec8
commit 148f27532b
11 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ This plugin requires a Rust version of at least 1.77.2
```toml
[dependencies]
tauri-plugin-mcp = { version = "0.4.25" }
tauri-plugin-mcp = { version = "0.4.26" }
# or
tauri-plugin-mcp = { git = "https://github.com/moeru-ai/airi", tag = "0.4.25" }
tauri-plugin-mcp = { git = "https://github.com/moeru-ai/airi", tag = "0.4.26" }
```
You can install the JavaScript Guest bindings using your preferred JavaScript package manager: