mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-15 10:33:48 -07:00
global: docs
This commit is contained in:
@@ -7,6 +7,8 @@ blk*.dat ──▶ Reader ──┐
|
||||
├──▶ Indexer ──▶ Computer ──┐
|
||||
RPC Client ──┤ ├──▶ Query ──▶ Server
|
||||
└──▶ Mempool ───────────────┘
|
||||
|
||||
MCP clients ──▶ MCP Adapter ──▶ Server
|
||||
```
|
||||
|
||||
## Components
|
||||
@@ -61,6 +63,14 @@ REST API exposing Query functionality:
|
||||
- ETag caching
|
||||
- mempool.space compatible endpoints
|
||||
|
||||
### MCP Adapter (`brk_mcp`)
|
||||
|
||||
Provides stateless, read-only MCP tools generated from the server's OpenAPI
|
||||
operations. It forwards tool calls to the configured REST origin, allowing a
|
||||
Cloudflare-fronted API to keep serving cached responses. The official endpoint
|
||||
is [mcp.bitview.space](https://mcp.bitview.space/) and requires no
|
||||
authentication.
|
||||
|
||||
## Data Flow
|
||||
|
||||
**Initial sync:**
|
||||
|
||||
Reference in New Issue
Block a user