niranzwp 0.7.2 → 0.7.4

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.
Files changed (2) hide show
  1. package/README.md +11 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,13 +31,19 @@ client sites, you usually do not have that.
31
31
  `niranzwp probe` reports which tiers a site offers before you connect.
32
32
 
33
33
  ```
34
- $ niranzwp probe example.com
35
- Example Magazine -- a WordPress site
36
- https://example.com
34
+ $ niranzwp probe uaestories.com
35
+ UAE Stories -- UAE's first people centric magazine
36
+ https://uaestories.com
37
37
  Tier 1 (app passwords): yes
38
38
  Tier 2 (abilities): yes
39
- MCP endpoint: no
40
- OAuth server: no
39
+ MCP endpoint: yes
40
+ OAuth server: yes
41
+ namespaces: 38
42
+
43
+ $ niranzwp probe niranz.dev
44
+ error [server_unreachable]: https://niranz.dev did not return a WordPress
45
+ REST API (HTTP 200, got HTML). Either it is not WordPress, or /wp-json/
46
+ is disabled or blocked.
41
47
  ```
42
48
 
43
49
  Tier 2 is deliberately **not** tied to one plugin. Any provider that registers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "niranzwp",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "A CLI for WordPress. Works on any site via Application Passwords, and unlocks Abilities where a site provides them.",
5
5
  "type": "module",
6
6
  "bin": {