@rolepod/wplab 1.2.2 → 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.
- package/.claude-plugin/plugin.json +6 -3
- package/.cursor/mcp.json +8 -0
- package/.mcp.json +8 -0
- package/CHANGELOG.md +18 -0
- package/README.md +167 -63
- package/package.json +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolepod-wplab",
|
|
3
3
|
"displayName": "Rolepod WPLab",
|
|
4
|
-
"version": "
|
|
5
|
-
"description": "
|
|
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
|
}
|
package/.cursor/mcp.json
ADDED
package/.mcp.json
ADDED
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
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
|
+
|
|
5
23
|
## [1.2.2] — 2026-05-26 — Slim dist
|
|
6
24
|
|
|
7
25
|
### Changed
|
package/README.md
CHANGED
|
@@ -1,101 +1,205 @@
|
|
|
1
1
|
# rolepod-wplab
|
|
2
2
|
|
|
3
|
-
**
|
|
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
|
-
|
|
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
|
-
##
|
|
7
|
+
## What it helps with
|
|
8
8
|
|
|
9
|
-
|
|
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
|
-
|
|
|
12
|
-
|
|
|
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
|
-
|
|
40
|
+
### Claude Code (recommended)
|
|
15
41
|
|
|
16
42
|
```bash
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
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
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
#
|
|
30
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
38
|
-
|
|
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
|
-
|
|
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.
|
|
44
|
-
|
|
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
|
-
|
|
47
|
-
#
|
|
48
|
-
#
|
|
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
|
-
|
|
52
|
-
|
|
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
|
-
|
|
161
|
+
`✓` = ready · `•` = optional · `✗` = blocker.
|
|
56
162
|
|
|
57
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
172
|
+
## Companion
|
|
68
173
|
|
|
69
|
-
|
|
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
|
-
|
|
77
|
-
- **
|
|
78
|
-
- **
|
|
79
|
-
- **
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
191
|
+
## Docs
|
|
91
192
|
|
|
92
|
-
- [
|
|
93
|
-
- [
|
|
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
|
-
##
|
|
198
|
+
## Sibling repos
|
|
96
199
|
|
|
97
|
-
|
|
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
|
-
|
|
203
|
+
---
|
|
100
204
|
|
|
101
|
-
MIT — see [LICENSE](
|
|
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).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolepod/wplab",
|
|
3
|
-
"version": "1.2.
|
|
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
|
-
".
|
|
38
|
-
".
|
|
37
|
+
".mcp.json",
|
|
38
|
+
".cursor/mcp.json",
|
|
39
39
|
"README.md",
|
|
40
40
|
"LICENSE",
|
|
41
41
|
"CHANGELOG.md"
|