add logging config to audio server

add audio client
change delimiter for mcp tools from "::" to ":" to save tokens
This commit is contained in:
milan
2026-04-09 16:21:58 +02:00
parent 5def79b4ca
commit 5bf98a1efc
17 changed files with 776 additions and 35 deletions
+5 -2
View File
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
ollama-rs = {version = "0.3.4", features = ["macros", "headers"]}
reqwest = "0.13.2"
reqwest = { version = "0.13.2", features = ["stream", "multipart", "form"] }
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros"] }
rmcp = {version="1.3.0", features = ["transport-streamable-http-client-reqwest", "reqwest", "client", "auth", "transport-child-process"]}
log = {version = "0.4.29"}
@@ -13,4 +13,7 @@ env_logger = "0.11.10"
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.17"
url = "2.5.8"
rand = "0.10.0"
rand = "0.10.0"
cpal = "0.17.3"
hound = "3.5.1"
bytes = "1.11.1"