@wootsup/mcp 0.1.0-rc.1 → 0.1.0-rc.2

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 (3) hide show
  1. package/README.md +10 -39
  2. package/manifest.json +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -71,7 +71,7 @@ LLM: ✅ status: ok, platform: wordpress, version: 2.0.7
71
71
  ## Common tools
72
72
 
73
73
  A small set of high-leverage tools — the full 74-tool surface is
74
- [documented in detail in the bundled skill](./skills/apimapper/SKILL.md).
74
+ [documented in detail in the bundled skill](https://github.com/wootsup/api-mapper/blob/main/packages/apimapper-mcp/skills/apimapper/SKILL.md).
75
75
 
76
76
  | Tool | What it does |
77
77
  |------|--------------|
@@ -85,9 +85,9 @@ A small set of high-leverage tools — the full 74-tool surface is
85
85
  | `apimapper_library_catalog` | Browse pre-built connection templates. |
86
86
  | `apimapper_get_skill` | Fetch the bundled skill text on demand. |
87
87
 
88
- See [`skills/apimapper/SKILL.md`](./skills/apimapper/SKILL.md) for the
88
+ See [`skills/apimapper/SKILL.md`](https://github.com/wootsup/api-mapper/blob/main/packages/apimapper-mcp/skills/apimapper/SKILL.md) for the
89
89
  canonical workflow guide, and
90
- [`skills/apimapper/reference/`](./skills/apimapper/reference/) for OAuth,
90
+ [`skills/apimapper/reference/`](https://github.com/wootsup/api-mapper/tree/main/packages/apimapper-mcp/skills/apimapper/reference) for OAuth,
91
91
  Joomla, YOOtheme, and troubleshooting deep-dives.
92
92
 
93
93
  ## Multi-platform: WordPress and Joomla
@@ -111,40 +111,11 @@ Supported AI clients (auto-detected by the setup wizard):
111
111
  - **ChatGPT Desktop** — when MCP support ships
112
112
 
113
113
  Both transports are supported: **stdio** (default, local install) and
114
- **HTTP + OAuth 2.0** (remote use, see [`docs/architecture.md`](./docs/architecture.md)).
115
-
116
- ## Known issues
117
-
118
- ### `npm install` requires `--legacy-peer-deps` (developer-only)
119
-
120
- **Most users don't need this.** If you install via:
121
-
122
- - `npx @wootsup/mcp setup` — no action required.
123
- - DXT bundle drag-and-drop into Claude Desktop — no action required.
124
- - Claude Desktop one-click install — no action required.
125
-
126
- …you can skip this section entirely. The `npx` and DXT paths ship a
127
- pre-resolved dependency tree (no peer-dep resolution happens at install
128
- or runtime), so the issue below cannot bite you.
129
-
130
- **For developers who clone this repo:**
131
-
132
- The dependency `@getimo/mcp-toolkit@1.0.0` declares a peer-dep on
133
- `@pipeline-studio/screenshot-capture` with the `workspace:*` protocol.
134
- That protocol is unresolvable outside the source monorepo, so a vanilla
135
- `npm install` fails with `EUNSUPPORTEDPROTOCOL`. Workaround:
136
-
137
- ```sh
138
- npm install --legacy-peer-deps # local dev
139
- npm ci --legacy-peer-deps # CI
140
- ```
141
-
142
- Tracked in the customgraph repo — fix lands in `@getimo/mcp-toolkit@1.0.1`,
143
- at which point this section will be removed.
114
+ **HTTP + OAuth 2.0** (remote use, see [`docs/architecture.md`](https://github.com/wootsup/api-mapper/blob/main/packages/apimapper-mcp/docs/architecture.md)).
144
115
 
145
116
  ## Troubleshooting
146
117
 
147
- See [`skills/apimapper/reference/troubleshooting.md`](./skills/apimapper/reference/troubleshooting.md).
118
+ See [`skills/apimapper/reference/troubleshooting.md`](https://github.com/wootsup/api-mapper/blob/main/packages/apimapper-mcp/skills/apimapper/reference/troubleshooting.md).
148
119
  Common cases:
149
120
 
150
121
  - `403 invalid_token` → token expired or wrong site URL. Re-run setup.
@@ -171,9 +142,9 @@ For the security disclosure process, see [`SECURITY.md`](./SECURITY.md).
171
142
 
172
143
  - **Homepage:** <https://wootsup.com/products/api-mapper>
173
144
  - **Plugin (WordPress + Joomla):** <https://wootsup.com/products/api-mapper>
174
- - **Docs:** <https://docs.wootsup.com>
145
+ - **Docs:** <https://wootsup.com/docs/mcp>
175
146
  - **Issues:** <https://github.com/wootsup/api-mapper/issues>
176
- - **Architecture:** [`docs/architecture.md`](./docs/architecture.md)
177
- - **Security model:** [`docs/security.md`](./docs/security.md)
178
- - **Tools reference:** [`docs/tools.md`](./docs/tools.md)
179
- - **Changelog:** [`CHANGELOG.md`](./CHANGELOG.md)
147
+ - **Architecture:** [`docs/architecture.md`](https://github.com/wootsup/api-mapper/blob/main/packages/apimapper-mcp/docs/architecture.md)
148
+ - **Security model:** [`docs/security.md`](https://github.com/wootsup/api-mapper/blob/main/packages/apimapper-mcp/docs/security.md)
149
+ - **Tools reference:** [`docs/tools.md`](https://github.com/wootsup/api-mapper/blob/main/packages/apimapper-mcp/docs/tools.md)
150
+ - **Changelog:** [`CHANGELOG.md`](https://github.com/wootsup/api-mapper/blob/main/packages/apimapper-mcp/CHANGELOG.md)
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "dxt_version": "0.1",
3
3
  "name": "@wootsup/mcp",
4
4
  "display_name": "API Mapper for WordPress & Joomla",
5
- "version": "0.1.0-rc.1",
5
+ "version": "0.1.0-rc.2",
6
6
  "description": "Build API integrations, OAuth credentials, and YOOtheme sources via natural conversation. Connects your AI assistant to API Mapper running on WordPress or Joomla.",
7
7
  "author": {
8
8
  "name": "WootsUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wootsup/mcp",
3
- "version": "0.1.0-rc.1",
3
+ "version": "0.1.0-rc.2",
4
4
  "type": "module",
5
5
  "description": "API Mapper MCP Server — multi-platform (WordPress/Joomla), multi-AI-client, Stripe-style auth, bundled skills",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@modelcontextprotocol/sdk": "^1.27.0",
50
- "@getimo/mcp-toolkit": "^1.0.0",
50
+ "@getimo/mcp-toolkit": "^1.0.2",
51
51
  "@napi-rs/keyring": "^1.3.0",
52
52
  "@clack/prompts": "^0.10.0",
53
53
  "zod": "^4.3.6"