mcp_server_collection now also a library

own_assist now bundles the server collection by default
This commit is contained in:
2026-05-14 17:41:39 +02:00
parent 18221b7b56
commit d43498154e
19 changed files with 716 additions and 143 deletions
+2 -2
View File
@@ -995,7 +995,6 @@ dependencies = [
"toml",
"tower-http",
"tracing",
"tracing-subscriber",
"url",
"uuid",
]
@@ -1109,12 +1108,13 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
[[package]]
name = "own_assist_common"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"log",
"serde",
"thiserror",
"toml",
"tracing-subscriber",
]
[[package]]