feat: refresh frontend data after MCP mutations

This commit is contained in:
JSR
2026-03-21 11:27:28 +08:00
parent ef0aa29531
commit 9d0bf6bfee
4 changed files with 192 additions and 260 deletions
+2
View File
@@ -19,7 +19,9 @@ tauri-plugin-shell = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
axum = "0.7"
rmcp = { version = "1.2", features = ["transport-streamable-http-server"] }
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite", "postgres"] }
sea-orm = { version = "0.12", features = ["sqlx-sqlite", "sqlx-postgres", "runtime-tokio-rustls"] }
uuid = { version = "1", features = ["v4", "serde"] }