@ours.network/mcp 0.1.3 → 0.4.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,12 +22,12 @@ 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/broker_new` | The ADAPT broker to connect through. Set to `ws://localhost:9000` for a local broker. |
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
 
29
29
  This package is the **single owner of the daemon lifecycle**. `ours-mcp start`
30
- runs one long-lived HTTP daemon per host (default port 3030) that hosts every
30
+ runs one long-lived HTTP daemon per host (default port 3050) that hosts every
31
31
  identity's packet, the broker socket, and file locks — a shared singleton that
32
32
  cannot be run per session. Each session instead runs a thin `ours-mcp proxy`
33
33
  (stdio ⇄ the daemon's HTTP endpoint), which auto-starts the daemon if it is down.