mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-14 03:08:36 -07:00
server: use etag for vecs instead of date modified
This commit is contained in:
15
crates/brk_mcp/Cargo.toml
Normal file
15
crates/brk_mcp/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user