mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-25 09:14:47 -07:00
18 lines
478 B
TOML
18 lines
478 B
TOML
[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 = { version = "0.3.0", features = [
|
|
"transport-worker",
|
|
"transport-streamable-http-server",
|
|
] }
|