@aprovan/patchwork-mcp 0.1.0-dev.38a0327 → 0.1.0-dev.715febc

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,7 +7,7 @@ forwards tool calls through that toolbox and reads generated artifacts through
7
7
  the toolbox resource API.
8
8
 
9
9
  ```sh
10
- TOOLBOX_MCP_URL=https://aprovan.com/api/mcp \
10
+ TOOLBOX_MCP_URL=https://aprovan.com/api/gateway/mcp \
11
11
  TOOLBOX_TOKEN=... \
12
12
  pnpm --filter @aprovan/patchwork-mcp dev
13
13
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aprovan/patchwork-mcp",
3
- "version": "0.1.0-dev.38a0327",
3
+ "version": "0.1.0-dev.715febc",
4
4
  "description": "MCP App Server — hosts MCP tools that render interactive UIs in Claude Desktop and Claude web.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -20,9 +20,9 @@
20
20
  "cors": "^2.8.5",
21
21
  "express": "^5.1.0",
22
22
  "zod": "^3.23.0",
23
- "@aprovan/patchwork": "0.1.0-dev.38a0327",
23
+ "@aprovan/patchwork-image-shadcn": "0.1.1",
24
24
  "@aprovan/patchwork-compiler": "0.1.2",
25
- "@aprovan/patchwork-image-shadcn": "0.1.1"
25
+ "@aprovan/patchwork": "0.1.0-dev.715febc"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@playwright/test": "^1.60.0",