global: compressed vecs work again

This commit is contained in:
nym21
2025-08-05 23:38:43 +02:00
parent e28a0cde55
commit 4740610923
45 changed files with 310 additions and 385 deletions

View File

@@ -1,11 +1,12 @@
[package]
name = "brk_mcp"
description = "A Model Context Protocol (MCP) which gives LLMs access to all available tools in BRK"
description = "A bridge for LLMs to access BRK"
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
build = "../../build.rs"
[dependencies]
axum = { workspace = true }