server: use etag for vecs instead of date modified

This commit is contained in:
nym21
2025-06-24 10:11:03 +02:00
parent 0f3c267a48
commit 016d80e002
45 changed files with 132 additions and 181 deletions

15
crates/brk_mcp/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "brk_mcp"
description = "A Model Context Protocol (MCP) which gives LLMs access to all available tools in BRK"
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
axum = { workspace = true }
brk_interface = { workspace = true }
log = { workspace = true }
brk_rmcp = { workspace = true }
tracing = "0.1.41"