bsv-wallet-cli 0.2.21

Self-hosted BSV wallet CLI and BRC-100 server, wire-compatible with MetaNet Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "mcpServers": {
    "bsv-wallet": {
      "type": "stdio",
      "command": "cargo",
      "args": ["run", "--release", "--manifest-path", "mcp/Cargo.toml"],
      "env": {
        "WALLET_URL": "http://localhost:3322"
      }
    }
  }
}