@rolepod/wplab 1.2.1 → 1.2.3

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "rolepod-wplab",
3
3
  "displayName": "Rolepod WPLab",
4
- "version": "0.1.0",
5
- "description": "Multi-target WordPress automation for AI agents scaffold, audit, verify, safe ops via wp-cli + REST + scoped fs. Optional companion plugin unlocks execute-php + runtime introspection. MIT, rolepod ecosystem.",
4
+ "version": "1.2.2",
5
+ "description": "WordPress operations toolkit for Claude Code / Cursor / Codex / Gemini wp-cli + REST + scoped fs + 62 MCP tools, opt-in companion plugin unlocks execute-php + runtime introspection + one-click pair setup.",
6
6
  "author": {
7
7
  "name": "nuttaruj",
8
8
  "url": "https://github.com/nuttaruj"
@@ -16,6 +16,9 @@
16
16
  "wp-cli",
17
17
  "automation",
18
18
  "rolepod",
19
- "ai-agents"
19
+ "ai-agents",
20
+ "claude-code",
21
+ "cursor",
22
+ "codex"
20
23
  ]
21
24
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "mcpServers": {
3
+ "rolepod-wplab": {
4
+ "command": "npx",
5
+ "args": ["-y", "@rolepod/wplab@latest", "serve"]
6
+ }
7
+ }
8
+ }
package/.mcp.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "mcpServers": {
3
+ "rolepod-wplab": {
4
+ "command": "npx",
5
+ "args": ["-y", "@rolepod/wplab@latest", "serve"]
6
+ }
7
+ }
8
+ }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,37 @@
2
2
 
3
3
  All notable changes to `@rolepod/wplab` are documented here. Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format and [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## [1.2.3] — 2026-05-26 — Install path fixes + README rewrite
6
+
7
+ ### Fixed
8
+
9
+ - `.mcp.json` previously pointed at `${CLAUDE_PLUGIN_ROOT}/dist/bin/rolepod-wplab.js`. `dist/` is gitignored, so users who installed via `claude plugin install nuttaruj/rolepod-wplab` got a server that wouldn't spawn. Now uses `npx -y @rolepod/wplab@latest serve` — pulls from npm, always works.
10
+ - `.claude-plugin/plugin.json` version was stuck at `0.1.0`. Now `1.2.2` (will sync to package.json version on each release).
11
+ - `package.json` `files` referenced `.cursor-plugin` + `.codex-plugin` directories that never existed. Replaced with the real `.mcp.json` + `.cursor/mcp.json` configs.
12
+
13
+ ### Added
14
+
15
+ - `.cursor/mcp.json` — drop-in workspace MCP config for Cursor IDE (per-project or global via `~/.cursor/mcp.json`).
16
+ - New README written in [`rolepod-uiproof`](https://github.com/nuttaruj/rolepod-uiproof) style — concise headline, "What it helps with" action list, skills table, per-CLI install (Claude Code / Cursor / Codex / Gemini / Direct npm), Path A (pair) + Path B (manual) quick start, doctor output, "What's inside" tech summary.
17
+
18
+ ### Numbers
19
+
20
+ - MCP tools: 62 (unchanged).
21
+ - Tests: 141 passing.
22
+
23
+ ## [1.2.2] — 2026-05-26 — Slim dist
24
+
25
+ ### Changed
26
+
27
+ - `tsup.config.ts` — `sourcemap: false` for shipped builds. dist size **14.6 MB → 4.8 MB (-67%)** by dropping the two `.map` files (~10 MB total) that were ~68% of the bundle. End users `npx` the binary and rarely inspect stack traces; local devs can re-enable maps with `npx tsup --sourcemap` when debugging.
28
+ - No source change. No schema change. No tool change.
29
+
30
+ ### Numbers
31
+
32
+ - npm tarball: **~2.7 MB → ~750 KB packed** (typical sourcemap-heavy → slim ratio).
33
+ - MCP tools: 62 (unchanged).
34
+ - Tests: 141 passing.
35
+
5
36
  ## [1.2.1] — 2026-05-26 — Path-2 polish
6
37
 
7
38
  ### Changed
package/README.md CHANGED
@@ -1,101 +1,205 @@
1
1
  # rolepod-wplab
2
2
 
3
- **Status:** v0.1.0PoC complete (Path C foundation). Not yet published to npm; use locally via `npm link` or `claude --plugin-dir`.
3
+ **rolepod-wplab gives Claude Code, Cursor, Codex CLI, and Gemini CLI a full WordPress operations toolkit so the AI can actually wp-cli, edit page builders, audit security, migrate dev→staging, and (opt-in) run guarded `execute-php` against any WordPress site instead of guessing.**
4
4
 
5
- Novamira-class WordPress operations toolkit for AI coding agents default-safe wp-cli + REST + scoped filesystem, opt-in companion plugin ([`rolepod-wplab-companion`](https://github.com/nuttaruj/rolepod-wplab-companion)) for `execute-php` + runtime introspection. MIT, sibling of [rolepod-uiproof](https://github.com/nuttaruj/rolepod-uiproof) in the rolepod ecosystem.
5
+ One MCP server, 62 tools, 11 skills, 4 connection kinds (local path / REST + App Password / SSH / Docker). Default-safe — runs wp-cli + REST + scoped fs out of the box. Install the [`rolepod-wplab-companion`](https://github.com/nuttaruj/rolepod-wplab-companion) WP plugin to unlock `execute-php` + runtime introspection + the **one-click pair** setup wizard.
6
6
 
7
- ## Two layers
7
+ ## What it helps with
8
8
 
9
- | Layer | Install | Capability |
9
+ - **Connect any WP install in one command.** `connect_local`, `connect_rest`, `connect_ssh`, `connect_docker` — same tool surface, four ways to reach a site. App Passwords stored in the OS keychain, never echoed.
10
+ - **One-click pair via companion.** Admin opens Tools → WPLab Setup → clicks "⚡ Generate setup prompt" → pastes the prompt into the AI → AI calls `rolepod_wp_pair { siteurl, pair_token }` and is connected with full power tools. Token single-use, 60-min TTL.
11
+ - **Edit page builders without leaving chat.** `divi_{read,write}`, `oxygen_{read,write}`, `bricks_{read,write}`, `elementor_{read,write}` — all backed up before overwrite.
12
+ - **Bulk SEO + WPML + ACF + Woo writes.** `yoast_write`, `rankmath_write`, `wpml_write` (link translations, duplicate for translation), `woo_write` (bulk price updates), `acf_write`.
13
+ - **Scaffold blocks, plugins, themes, patterns.** `scaffold_block`, `scaffold_plugin`, `scaffold_theme`, `scaffold_pattern` — register-block-type-ready files into existing themes/plugins.
14
+ - **Audit + migrate across many sites.** `audit_security`, `audit_many` (consolidated report for N sites), `migrate_dryrun` + `migrate_data` (plugin version sync dev→staging), `clone` (full db + wp-content + URL rewrite).
15
+ - **Diagnose + back up before risky ops.** `diagnose` (plugin conflicts / slow queries / large autoloads / php errors), `backup_create` + `backup_restore`, `cache_tool`, `cron_tool`, `mail_test`.
16
+ - **Safe `execute-php` (companion only).** AST screen on Node side AND PHP side, production-block unconditional, append-only audit log.
17
+
18
+ ## The 11 skills
19
+
20
+ | Skill | Wraps | What it does |
10
21
  |---|---|---|
11
- | **Default** | `claude --plugin-dir ./rolepod-wplab` (or marketplace once v0.5) | wp-cli + REST + scoped fs + 19 MCP tools (3 adapters for Elementor / WooCommerce / ACF read) |
12
- | **Power** (opt-in) | + install [`rolepod-wplab-companion`](https://github.com/nuttaruj/rolepod-wplab-companion) WP plugin + `ROLEPOD_WPLAB_PROFILE=power` | adds `execute-php`, `introspect`, adapter writes (v0.2+) |
22
+ | `/wp-pair-setup` | `rolepod_wp_pair` | Redeem a companion-issued pair token mint App Password store in vault open Target. Single-use, 60-min TTL. |
23
+ | `/wp-health-check` | `rolepod_wp_health_check` | Versions, db_ok, rest_ok, wp_cli_ok, companion_ok, warnings. |
24
+ | `/wp-scaffold-block` | `rolepod_wp_scaffold_block` | Generate `block.json` + `index.js` + `render.php` (dynamic) into an existing plugin. |
25
+ | `/wp-scaffold-plugin` | `rolepod_wp_scaffold_plugin` | Plugin skeleton (REST endpoint + admin page + Gutenberg + CLI command). |
26
+ | `/wp-scaffold-theme` | `rolepod_wp_scaffold_theme` | Theme skeleton (theme.json + functions.php + style.css + templates). |
27
+ | `/wp-audit-security` | `rolepod_wp_audit_security` | Core/plugin/theme updates + weak admin scan + WP_DEBUG check. Markdown or JSON. |
28
+ | `/wp-audit-woo` | `rolepod_wp_woo_read` | WooCommerce products / orders / settings / shipping / payments. |
29
+ | `/wp-edit-elementor` | `rolepod_wp_elementor_{read,write}` | Dump + replace `_elementor_data` widget tree. Backs up first. |
30
+ | `/wp-introspect` | `rolepod_wp_introspect` | Hooks / transients / options / request-state. Requires companion. |
31
+ | `/wp-execute-php` | `rolepod_wp_execute_php` | PHP eval against the live runtime. Companion + `power` profile + non-prod. AST-screened. |
32
+ | `/wp-migrate-dryrun` | `rolepod_wp_migrate_dryrun` | Plan diff between source + dest target before `migrate_data`. |
33
+
34
+ Every skill is **single-backend** — calls the rolepod-wplab server and only this server. If the server is unavailable, the skill fails with a clear diagnostic.
35
+
36
+ ## Install
37
+
38
+ Pick your CLI. All install paths share the same MCP server (`@rolepod/wplab` on npm) and the same skill set.
13
39
 
14
- ## Quick start (local dev)
40
+ ### Claude Code (recommended)
15
41
 
16
42
  ```bash
17
- git clone https://github.com/nuttaruj/rolepod-wplab.git
18
- cd rolepod-wplab
19
- npm install
20
- npm run build
43
+ # Install
44
+ claude plugin marketplace add nuttaruj/rolepod-wplab
45
+ claude plugin install rolepod-wplab@rolepod-wplab
46
+
47
+ # Update
48
+ claude plugin marketplace update rolepod-wplab
49
+ claude plugin install rolepod-wplab@rolepod-wplab
50
+
51
+ # Uninstall
52
+ claude plugin uninstall rolepod-wplab@rolepod-wplab
53
+ claude plugin marketplace remove rolepod-wplab
54
+ ```
55
+
56
+ The plugin auto-registers the 11 `/wp-*` skills AND spawns the MCP server (`npx -y @rolepod/wplab@latest serve`) on session start.
57
+
58
+ ### Cursor IDE
21
59
 
22
- # Test with Claude Code:
23
- claude --plugin-dir ./
60
+ Cursor's plugin marketplace is enterprise-only (Free / Pro cannot install marketplace plugins). For everyone else, drop the workspace MCP config:
24
61
 
25
- # Or register globally:
26
- npm link
27
- claude mcp add wplab -- rolepod-wplab
62
+ ```bash
63
+ # Per project
64
+ mkdir -p .cursor
65
+ curl -fsSL https://raw.githubusercontent.com/nuttaruj/rolepod-wplab/main/.cursor/mcp.json -o .cursor/mcp.json
28
66
 
29
- # Verify:
30
- rolepod-wplab doctor
67
+ # Or global (across every project)
68
+ mkdir -p ~/.cursor
69
+ curl -fsSL https://raw.githubusercontent.com/nuttaruj/rolepod-wplab/main/.cursor/mcp.json -o ~/.cursor/mcp.json
31
70
  ```
32
71
 
33
- ## Connecting to a WP target
72
+ Then **fully restart Cursor** MCP servers load only at startup. Verify under **Settings → MCP**.
73
+
74
+ Skills are not auto-registered under Cursor (no unified plugin format yet). The 62 MCP tools are still available; invoke them by name in chat (`Use rolepod_wp_pair to …`).
75
+
76
+ ### Codex CLI
77
+
78
+ ```toml
79
+ # ~/.codex/config.toml
80
+ [mcp_servers.rolepod-wplab]
81
+ command = "npx"
82
+ args = ["-y", "@rolepod/wplab@latest", "serve"]
83
+ ```
34
84
 
35
- **Local install** (filesystem path):
85
+ ### Gemini CLI
86
+
87
+ ```json
88
+ // ~/.gemini/settings.json
89
+ {
90
+ "mcpServers": {
91
+ "rolepod-wplab": {
92
+ "command": "npx",
93
+ "args": ["-y", "@rolepod/wplab@latest", "serve"]
94
+ }
95
+ }
96
+ }
36
97
  ```
37
- > "เชื่อม WP ที่ /Users/me/Sites/my-wp"
38
- Lead rolepod_wp_connect_local { path: "/Users/me/Sites/my-wp" }
98
+
99
+ ### Direct npm (any MCP-aware tool)
100
+
101
+ ```json
102
+ {
103
+ "mcpServers": {
104
+ "rolepod-wplab": {
105
+ "command": "npx",
106
+ "args": ["-y", "@rolepod/wplab@latest", "serve"]
107
+ }
108
+ }
109
+ }
39
110
  ```
40
111
 
41
- **Remote site** (REST + App Password):
112
+ 62 MCP tools (`rolepod_wp_*`) will appear in your client. Skills are not surfaced via this path — call the tools by name.
113
+
114
+ ## Quick start
115
+
116
+ ### Path A — one-click pair (recommended)
117
+
42
118
  ```bash
43
- # 1. WP admin Users Profile → Application Passwords → name "rolepod-wplab" → copy
44
- # 2. Store locally (never echoed to chat):
119
+ # 1. Install companion plugin on your WP site
120
+ wp plugin install \
121
+ https://github.com/nuttaruj/rolepod-wplab-companion/releases/download/v1.2.0/rolepod-wplab-companion-1.2.0.zip \
122
+ --activate
123
+
124
+ # 2. WP admin → Tools → WPLab Setup → ⚡ Generate setup prompt → copy
125
+
126
+ # 3. Paste prompt into Claude Code / Cursor / Codex / Gemini → AI calls rolepod_wp_pair → done
127
+ ```
128
+
129
+ The pair token is single-use, 60-min TTL. Companion mints a WP Application Password named `wplab-pair-<UTC-timestamp>` under your admin user — revocable from `profile.php` at any time.
130
+
131
+ ### Path B — manual (no companion required)
132
+
133
+ ```bash
134
+ # 1. Create an App Password: WP admin → Users → Profile → Application Passwords
135
+ # 2. Store locally (vault uses OS keychain when available)
45
136
  rolepod-wplab credentials add walnutztudio.com
46
- # Username: admin
47
- # Application Password: ****
48
- # stored in keychain
137
+
138
+ # 3. In your AI CLI:
139
+ # "เชื่อม walnutztudio.com แล้ว run health_check"
140
+ # Lead → rolepod_wp_connect_rest { url: "https://walnutztudio.com" }
49
141
  ```
142
+
143
+ Path B works without the companion plugin — you get all 62 tools EXCEPT `execute_php`, `introspect`, `hook_state`, `mail_test` (those need the companion).
144
+
145
+ ## Verify your setup
146
+
147
+ ```bash
148
+ npx rolepod-wplab doctor
149
+ ```
150
+
50
151
  ```
51
- > "เชื่อม walnutztudio.com"
52
- Lead rolepod_wp_connect_rest { url: "https://walnutztudio.com" }
152
+ Node ≥20 24.14.0
153
+ rolepod-wplab MCP binary 1.2.2
154
+ ✓ wp-cli on PATH wp-cli 2.12.0
155
+ ✓ Credential vault writable ~/.config/rolepod-wplab/credentials.json (or keychain)
156
+ ✓ Memory dir writable ~/.config/rolepod-wplab/memory/
157
+ • Docker daemon (optional) Not running — only needed for connect_docker
158
+ • SSH agent (optional) Not configured — only needed for connect_ssh
53
159
  ```
54
160
 
55
- ## 19 MCP tools available
161
+ `✓` = ready · `•` = optional · `✗` = blocker.
56
162
 
57
- **Connectivity:** `connect_local`, `connect_rest`, `disconnect`, `health_check`
58
- **wp-cli passthrough:** `cli_run` (allow-listed)
59
- **REST CRUD:** `post_{get,list,create,update}`, `user_list`, `rest_request`
60
- **Options:** `option_{get,set}`
61
- **Database:** `db_query` (SELECT-only by default)
62
- **Filesystem:** `file_{read,write}` (scoped to `wp-content/{themes,plugins,uploads}` + `wp-config.php`)
63
- **Adapters (read):** `elementor_read`, `woo_read`, `acf_read`
163
+ ## What's inside
64
164
 
65
- All prefixed `rolepod_wp_*`. Schemas in `src/schema/tools.ts`.
165
+ - **62 MCP tools** connectivity (4 kinds) + wp-cli passthrough + typed CRUD + page-builder adapters (Elementor / Divi / Oxygen / Bricks) + SEO/i18n (Yoast / RankMath / WPML) + WooCommerce + ACF + forms (Gravity / CF7 / WPForms) + cron + cache + mail + clone + backup + diagnose + scaffold (block / plugin / theme / pattern) + REST dump + user sessions + companion-gated (execute_php / introspect / hook_state) + pair (one-click setup). All prefixed `rolepod_wp_*`.
166
+ - **4 connection kinds** — `LocalTarget` (filesystem + wp-cli), `RestTarget` (HTTPS + App Password, no shell needed), `SshTarget` (node-ssh), `DockerTarget` (dockerode). Same `Target` interface, same tools.
167
+ - **3 profiles** — `strict` / `personal` / `power`. Profile-gated capability map (`power` required for execute_php; `strict` blocks all destructive ops).
168
+ - **Safety floor that always applies** — wp-cli allow-list (3-token prefix match, hard-block on `db reset`/`db drop`/`core multisite-convert`), DB SELECT-only by default, scoped fs (resolves symlinks; refuses paths outside `wp-content/{themes,plugins,uploads}` + `wp-config.php`), AST screen on every `execute_php` payload (Node side + PHP side), production-host glob match with unconditional block on power tools, HTTPS-only RestTarget, OS-keychain credential vault.
169
+ - **Per-site memory** — `memory_recall` / `memory_note` / `memory_list` keep context between sessions at `~/.config/rolepod-wplab/memory/<site>/`. Local files, $0, no SaaS.
170
+ - **Audit trail** — every companion `execute_php` writes append-only `wplab_audit_<id>.log` (mode 0600) + a 1000-entry FIFO in `wp_options`.
66
171
 
67
- ## Safety defaults
172
+ ## Companion
68
173
 
69
- - **Allow-list** wp-cli (W-005) `db reset`, `db drop`, `core multisite-convert` never run from MCP.
70
- - **SELECT-only** DB queries (W-007) by default; `allow_write: true` + `confirm: true` on prod.
71
- - **Scoped filesystem writes** (W-006) — `wp-content/{themes,plugins,uploads}` + `wp-config.php` only.
72
- - **Production guard** (W-008) — siteurl glob match against `ROLEPOD_WPLAB_PROD_HOSTS`; all write tools require `confirm: true` on match.
73
- - **HTTPS-only** RestTarget (W-017) — App Password never travels plaintext.
74
- - **Credentials in OS keychain** (W-018) — never in chat history, never in audit log.
174
+ The [`rolepod-wplab-companion`](https://github.com/nuttaruj/rolepod-wplab-companion) WP plugin is optional. Without it, wplab is a complete wp-cli + REST + scoped fs toolkit. With it, you get:
75
175
 
76
- Power tools (with companion + `power` profile) add:
77
- - **AST screen** for execute-php payloads (Node-side + companion-side, defence in depth).
78
- - **Production-block unconditional** for execute-php no override exists.
79
- - **Append-only audit log** for every execute-php call (success + rejection).
176
+ - **One-click pair** `Tools → WPLab Setup → ⚡ Generate setup prompt` produces a ready-to-paste prompt for any AI CLI.
177
+ - **execute-php** runtime PHP eval, AST-screened, production-blocked.
178
+ - **introspect** hooks / transients / options / request-state read at runtime.
179
+ - **mid-request observation + persistent PHP session**.
80
180
 
81
- ## Skills (4 in v0.1)
181
+ ```bash
182
+ wp plugin install \
183
+ https://github.com/nuttaruj/rolepod-wplab-companion/releases/latest/download/rolepod-wplab-companion-1.2.0.zip \
184
+ --activate
185
+ ```
82
186
 
83
- - `/rolepod-wplab:wp-health-check` diagnostic snapshot
84
- - `/rolepod-wplab:wp-scaffold-block` — Gutenberg block scaffold (composite lands v0.2)
85
- - `/rolepod-wplab:wp-scaffold-plugin` — plugin skeleton (composite lands v0.2)
86
- - `/rolepod-wplab:wp-audit-security` — CVE + outdated + perms audit (composite lands v0.2)
187
+ ## Use with parent rolepod
87
188
 
88
- v0.2 adds: `/wp-execute-php`, `/wp-introspect`, `/wp-edit-elementor`, `/wp-audit-woo`, `/wp-scaffold-theme`, `/wp-migrate-dryrun`.
189
+ If you also use [`rolepod`](https://github.com/nuttaruj/rolepod) (the markdown plugin), its phase skills auto-route WP work to rolepod-wplab when the server is present. The two are **independent**: install rolepod-wplab standalone and get a complete experience via slash commands, or install both together and let parent's phase router pick the right backend automatically.
89
190
 
90
- ## Sibling repos
191
+ ## Docs
91
192
 
92
- - [`rolepod-wplab-companion`](https://github.com/nuttaruj/rolepod-wplab-companion) — optional WP plugin for runtime PHP context.
93
- - [`rolepod-uiproof`](https://github.com/nuttaruj/rolepod-uiproof) — UI / mobile automation sibling.
193
+ - [docs/RECIPES.md](docs/RECIPES.md) — 23 end-to-end recipes (connect, scaffold, audit, migrate, edit page builders, pair, diagnose, clone, backup).
194
+ - [docs/MIGRATION-FROM-NOVAMIRA.md](docs/MIGRATION-FROM-NOVAMIRA.md) — coexistence flow + feature parity matrix.
195
+ - [CHANGELOG.md](CHANGELOG.md) — release history (v0.0 → v1.2.2).
196
+ - [CONTRIBUTING.md](CONTRIBUTING.md), [SECURITY.md](SECURITY.md), [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
94
197
 
95
- ## Design
198
+ ## Sibling repos
96
199
 
97
- Path C stance (W-026): same capability ceiling as Novamira, default-safe posture, opt-in companion for runtime PHP context. Differentiation matrix + decision log in the [internal design brief](./brief/) (gitignored, maintainer-only — reconstructable from conversation context if lost).
200
+ - [`rolepod-wplab-companion`](https://github.com/nuttaruj/rolepod-wplab-companion) optional WP plugin for runtime PHP context + one-click pair.
201
+ - [`rolepod-uiproof`](https://github.com/nuttaruj/rolepod-uiproof) — UI / mobile automation sibling.
98
202
 
99
- ## License
203
+ ---
100
204
 
101
- MIT — see [LICENSE](./LICENSE). Clean-room from [Novamira](https://github.com/use-novamira/novamira) (AGPL-3.0); no Novamira code was read or copied.
205
+ MIT licensed — see [LICENSE](LICENSE). Clean-room from [Novamira](https://github.com/use-novamira/novamira) (AGPL-3.0); no Novamira code was read or copied. Feedback + runtime reports for Cursor / Codex / Gemini install paths especially welcome via [issues](https://github.com/nuttaruj/rolepod-wplab/issues).
@@ -66947,5 +66947,3 @@ long/umd/index.js:
66947
66947
  *
66948
66948
  *)
66949
66949
  */
66950
- //# sourceMappingURL=rolepod-wplab.js.map
66951
- //# sourceMappingURL=rolepod-wplab.js.map
package/dist/index.js CHANGED
@@ -66289,5 +66289,3 @@ long/umd/index.js:
66289
66289
  */
66290
66290
 
66291
66291
  export { ProdGuard, TargetRegistry, createServer, errors_exports as errors, loadProfile, openTarget, tools_exports as schema };
66292
- //# sourceMappingURL=index.js.map
66293
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolepod/wplab",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Novamira-class WordPress operations toolkit for AI coding agents — default-safe wp-cli + REST + scoped fs, opt-in companion for execute-php + runtime introspection. MIT, rolepod ecosystem.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -34,8 +34,8 @@
34
34
  "dist",
35
35
  "skills",
36
36
  ".claude-plugin",
37
- ".cursor-plugin",
38
- ".codex-plugin",
37
+ ".mcp.json",
38
+ ".cursor/mcp.json",
39
39
  "README.md",
40
40
  "LICENSE",
41
41
  "CHANGELOG.md"