release: v0.4.27

This commit is contained in:
LemonNeko
2025-05-01 20:11:51 +08:00
parent 1f6456ef46
commit a18f2c4313
13 changed files with 15 additions and 15 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.26" }
tauri-plugin-mcp = { version = "0.4.27" }
# or
tauri-plugin-mcp = { git = "https://github.com/moeru-ai/airi", tag = "0.4.26" }
tauri-plugin-mcp = { git = "https://github.com/moeru-ai/airi", tag = "0.4.27" }
```
You can install the JavaScript Guest bindings using your preferred JavaScript package manager: