niranzwp 0.8.0 → 0.8.1

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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,12 +40,19 @@ UAE Stories -- UAE's first people centric magazine
40
40
  OAuth server: yes
41
41
  namespaces: 38
42
42
 
43
- $ niranzwp probe example.com
44
- error [not_wordpress]: https://example.com did not return a WordPress REST
45
- API (HTTP 200, got HTML). Either it is not WordPress, or /wp-json/ is
46
- disabled or blocked.
43
+ $ niranzwp probe yoursite.com
44
+ Your Site -- just another WordPress site
45
+ https://yoursite.com
46
+ Tier 1 (app passwords): yes
47
+ Tier 2 (abilities): no
48
+ MCP endpoint: no
49
+ OAuth server: no
50
+ namespaces: 12
47
51
  ```
48
52
 
53
+ A site with Tier 1 only still gives you posts, pages, media, users and
54
+ settings. Tier 2 is what an abilities provider adds on top.
55
+
49
56
  Tier 2 is deliberately **not** tied to one plugin. Any provider that registers
50
57
  abilities through the core API works — Novamira, your own plugin, anything else.
51
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "niranzwp",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
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": {