global: docs

This commit is contained in:
nym21
2026-08-05 16:47:18 +02:00
parent 781b0f0b09
commit ce4d3d0d52
18 changed files with 99 additions and 9 deletions
+10
View File
@@ -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:**