@mapled/mcp 0.9.0 → 0.9.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.
- package/README.md +1 -1
- package/dist/tools.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,6 +65,6 @@ For the first integration, propose one plan and let the owner approve it on a tr
|
|
|
65
65
|
| `get_connection` (image values → `assetUrl(id, { width })` from @mapled/next) | Delivery key + API URL for wiring the site (`@mapled/next`) |
|
|
66
66
|
| `push_site_manifest` / `list_bindings` | Tell Mapled where each field is rendered; read every binding's health (type mismatch, outdated, missing on site) |
|
|
67
67
|
| `configure_revalidation` | Point the publish webhook at the site, get the signing secret |
|
|
68
|
-
| `check_integration` | The site's integration as Mapled sees it — delivery reads, the webhook and its last delivery, the bindings summary, current package versions; `npx mapled doctor` shows the same from inside the repository |
|
|
68
|
+
| `check_integration` | The site's integration as Mapled sees it — delivery reads, the webhook and its last delivery, the bindings summary, current package versions; `npx @mapled/cli doctor` shows the same from inside the repository |
|
|
69
69
|
|
|
70
70
|
Agents write drafts only — publishing stays with humans in the Mapled app, and nothing changes on the live site until someone presses Publish.
|
package/dist/tools.js
CHANGED
|
@@ -448,7 +448,7 @@ export function createTools(api) {
|
|
|
448
448
|
description: "See the site's integration as Mapled sees it: whether the site has read content with the delivery key " +
|
|
449
449
|
"and when, the publish webhook's URL and its last delivery, the bindings summary of the last manifest, " +
|
|
450
450
|
"the connection you hold and the package versions Mapled considers current (@mapled/next, @mapled/mcp, " +
|
|
451
|
-
"the mapled CLI). Use it to find what is left to wire up; `npx mapled doctor` shows the same picture " +
|
|
451
|
+
"the mapled CLI). Use it to find what is left to wire up; `npx @mapled/cli doctor` shows the same picture " +
|
|
452
452
|
"from inside the repository, plus the local checks (env, routes, generated types, secrets in git).",
|
|
453
453
|
schema: {},
|
|
454
454
|
handler: async () => api.request("GET", "/v1/agent/integration"),
|