@ours.network/mcp 0.1.3 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ exposes the messaging tools — each a thin wrapper over one MUFL user transacti
|
|
|
22
22
|
| Env var | Default | Meaning |
|
|
23
23
|
|---------|---------|---------|
|
|
24
24
|
| `OURS_STATE_DIR` | `~/.ours` | Node identity + serialized state. Distinct per node. |
|
|
25
|
-
| `OURS_BROKER_URL` | `wss://ours.network
|
|
25
|
+
| `OURS_BROKER_URL` | `wss://broker1.ours.network` | The ADAPT broker to connect through. Set to `ws://localhost:9000` for a local broker. |
|
|
26
26
|
|
|
27
27
|
## Daemon lifecycle
|
|
28
28
|
|