update rmcp

add mistral config to own_assist_common
This commit is contained in:
2026-07-30 20:59:17 +02:00
parent 199d4080cb
commit 5a4bf4ec8a
7 changed files with 95 additions and 82 deletions
+3 -5
View File
@@ -1,17 +1,15 @@
[package]
name = "own_assist_cli"
version = "0.3.0"
version = "0.3.1"
edition = "2024"
license = "GPL-3.0"
[dependencies]
ollama-rs = { version = "0.3.4", features = ["macros", "headers"] }
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros", "io-std"] }
rmcp = { version = "2.2.0", features = ["client"] }
rmcp = { version = "3.0.1", features = ["client"] }
log = { version = "0.4.29" }
serde = { version = "1.0.228", features = ["derive"] }
url = "2.5.8"
own_mcp = { version = "0.1.1", registry = "gitea" }
own_mcp = { version = "0.2.0", registry = "gitea" }
own_assist_common = { version = "0.4.1", registry = "gitea" }
mcp_server_collection = { version = "0.2.0", registry = "gitea", optional = true}
thiserror = "2.0.18"