@iicp/client 0.7.96 → 0.7.97
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ What good looks like:
|
|
|
39
39
|
```bash
|
|
40
40
|
iicp-node --help # shows query, serve, proxy, mcp-gateway, credits, ...
|
|
41
41
|
which iicp-node # points to your Node/npm environment
|
|
42
|
-
iicp-node --version # prints iicp-node 0.7.
|
|
42
|
+
iicp-node --version # prints iicp-node 0.7.97 or newer
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
The query command contacts the public directory, discovers a matching live node,
|
|
@@ -148,7 +148,7 @@ base URL. Full guide: <https://iicp.network/docs/proxy>
|
|
|
148
148
|
|
|
149
149
|
## Keep provider nodes current
|
|
150
150
|
|
|
151
|
-
The current public release line is **0.7.
|
|
151
|
+
The current public release line is **0.7.97**. Upgrade through your package
|
|
152
152
|
manager before troubleshooting an older installation. Routing profiles can
|
|
153
153
|
refuse remote dispatch before a prompt leaves the client; use `sensitive` for
|
|
154
154
|
local-only work, `eu-restricted` for EU/EEA routing, or `strict-policy` when a
|