community: remove remaining premium wizard and admin surface

This commit is contained in:
a.tolmachev
2026-05-07 21:16:36 +00:00
parent 29f971c22d
commit ca9b86aada
15 changed files with 48 additions and 1278 deletions
@@ -2434,6 +2434,7 @@ mod tests {
auth_profile_ref: Some("auth_crank".into()),
headers: BTreeMap::from([("X-Request-Id".to_owned(), "static".to_owned())]),
protocol_options: None,
response_cache: None,
streaming: None,
},
tool_description: ToolDescription {
+4
View File
@@ -5,6 +5,10 @@ license.workspace = true
rust-version.workspace = true
version.workspace = true
[lib]
path = "src/lib.rs"
test = false
[features]
default = []
protocol-graphql = []