@clipform/mcp-server 1.25.0 → 1.26.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 +3 -3
- package/dist/{chunk-WGIWNARP.js → chunk-2UCFH6N2.js} +2 -2
- package/dist/{chunk-H7XSNUKI.js → chunk-4YHOKP2Y.js} +10 -10
- package/dist/chunk-4YHOKP2Y.js.map +1 -0
- package/dist/{chunk-X5HRS3GG.js → chunk-6G35U7YP.js} +10 -9
- package/dist/{chunk-X5HRS3GG.js.map → chunk-6G35U7YP.js.map} +1 -1
- package/dist/{chunk-2SXOLMHL.js → chunk-FHRDJGJT.js} +327 -241
- package/dist/chunk-FHRDJGJT.js.map +1 -0
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/prompts.js +2 -2
- package/dist/resources.js +2 -2
- package/dist/server.js +4 -4
- package/package.json +9 -9
- package/dist/chunk-2SXOLMHL.js.map +0 -1
- package/dist/chunk-H7XSNUKI.js.map +0 -1
- /package/dist/{chunk-WGIWNARP.js.map → chunk-2UCFH6N2.js.map} +0 -0
package/README.md
CHANGED
|
@@ -59,10 +59,10 @@ You can also pass the key as a CLI flag: `npx -y @clipform/mcp-server --api-key=
|
|
|
59
59
|
| `clipform_list_forms` | List forms in your workspace with filtering and pagination |
|
|
60
60
|
| `clipform_get_form` | View a form and all its nodes |
|
|
61
61
|
| `clipform_update_form` | Change title, publish status, or settings |
|
|
62
|
-
| `clipform_delete_form` | Delete
|
|
62
|
+
| `clipform_delete_form` | Delete a form and its nodes (asks the user to confirm) |
|
|
63
63
|
| `clipform_add_node` | Add a node to an existing form |
|
|
64
64
|
| `clipform_update_node` | Update node text, type, config, or options |
|
|
65
|
-
| `clipform_delete_node` | Remove a node (logic chain auto-relinks) |
|
|
65
|
+
| `clipform_delete_node` | Remove a node (logic chain auto-relinks; asks the user to confirm) |
|
|
66
66
|
|
|
67
67
|
### Media & logic
|
|
68
68
|
|
|
@@ -70,7 +70,7 @@ You can also pass the key as a CLI flag: `npx -y @clipform/mcp-server --api-key=
|
|
|
70
70
|
|------|-------------|
|
|
71
71
|
| `clipform_upload_node_media` | Attach video or image to one or more nodes (batch, max 10) |
|
|
72
72
|
| `clipform_get_node_media` | View a node's media details |
|
|
73
|
-
| `clipform_delete_node_media` | Remove media from a node |
|
|
73
|
+
| `clipform_delete_node_media` | Remove media from a node (asks the user to confirm) |
|
|
74
74
|
| `clipform_attach_audio` | Attach audio to a still-image node |
|
|
75
75
|
|
|
76
76
|
### Creative
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
ALL_VARIANTS,
|
|
3
3
|
FORM_TYPE_KEYS,
|
|
4
4
|
getSessionContext
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6G35U7YP.js";
|
|
6
6
|
|
|
7
7
|
// src/resources.ts
|
|
8
8
|
var GUIDE_TYPES = FORM_TYPE_KEYS;
|
|
@@ -534,4 +534,4 @@ export {
|
|
|
534
534
|
getGuideUri,
|
|
535
535
|
registerResources
|
|
536
536
|
};
|
|
537
|
-
//# sourceMappingURL=chunk-
|
|
537
|
+
//# sourceMappingURL=chunk-2UCFH6N2.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
WORKFLOW_TYPES,
|
|
3
3
|
getDiscoveryParams,
|
|
4
4
|
getSessionContextWithAuth
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6G35U7YP.js";
|
|
6
6
|
import {
|
|
7
7
|
__export
|
|
8
8
|
} from "./chunk-HCZI2UJ5.js";
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/zod/v3/external.js
|
|
10
|
+
// ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external.js
|
|
11
11
|
var external_exports = {};
|
|
12
12
|
__export(external_exports, {
|
|
13
13
|
BRAND: () => BRAND,
|
|
@@ -119,7 +119,7 @@ __export(external_exports, {
|
|
|
119
119
|
void: () => voidType
|
|
120
120
|
});
|
|
121
121
|
|
|
122
|
-
// ../../node_modules/zod/v3/helpers/util.js
|
|
122
|
+
// ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
123
123
|
var util;
|
|
124
124
|
(function(util2) {
|
|
125
125
|
util2.assertEqual = (_) => {
|
|
@@ -253,7 +253,7 @@ var getParsedType = (data) => {
|
|
|
253
253
|
}
|
|
254
254
|
};
|
|
255
255
|
|
|
256
|
-
// ../../node_modules/zod/v3/ZodError.js
|
|
256
|
+
// ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js
|
|
257
257
|
var ZodIssueCode = util.arrayToEnum([
|
|
258
258
|
"invalid_type",
|
|
259
259
|
"invalid_literal",
|
|
@@ -371,7 +371,7 @@ ZodError.create = (issues) => {
|
|
|
371
371
|
return error;
|
|
372
372
|
};
|
|
373
373
|
|
|
374
|
-
// ../../node_modules/zod/v3/locales/en.js
|
|
374
|
+
// ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js
|
|
375
375
|
var errorMap = (issue, _ctx) => {
|
|
376
376
|
let message;
|
|
377
377
|
switch (issue.code) {
|
|
@@ -474,7 +474,7 @@ var errorMap = (issue, _ctx) => {
|
|
|
474
474
|
};
|
|
475
475
|
var en_default = errorMap;
|
|
476
476
|
|
|
477
|
-
// ../../node_modules/zod/v3/errors.js
|
|
477
|
+
// ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js
|
|
478
478
|
var overrideErrorMap = en_default;
|
|
479
479
|
function setErrorMap(map) {
|
|
480
480
|
overrideErrorMap = map;
|
|
@@ -483,7 +483,7 @@ function getErrorMap() {
|
|
|
483
483
|
return overrideErrorMap;
|
|
484
484
|
}
|
|
485
485
|
|
|
486
|
-
// ../../node_modules/zod/v3/helpers/parseUtil.js
|
|
486
|
+
// ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
487
487
|
var makeIssue = (params) => {
|
|
488
488
|
const { data, path, errorMaps, issueData } = params;
|
|
489
489
|
const fullPath = [...path, ...issueData.path || []];
|
|
@@ -593,14 +593,14 @@ var isDirty = (x) => x.status === "dirty";
|
|
|
593
593
|
var isValid = (x) => x.status === "valid";
|
|
594
594
|
var isAsync = (x) => typeof Promise !== "undefined" && x instanceof Promise;
|
|
595
595
|
|
|
596
|
-
// ../../node_modules/zod/v3/helpers/errorUtil.js
|
|
596
|
+
// ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
|
|
597
597
|
var errorUtil;
|
|
598
598
|
(function(errorUtil2) {
|
|
599
599
|
errorUtil2.errToObj = (message) => typeof message === "string" ? { message } : message || {};
|
|
600
600
|
errorUtil2.toString = (message) => typeof message === "string" ? message : message?.message;
|
|
601
601
|
})(errorUtil || (errorUtil = {}));
|
|
602
602
|
|
|
603
|
-
// ../../node_modules/zod/v3/types.js
|
|
603
|
+
// ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js
|
|
604
604
|
var ParseInputLazyPath = class {
|
|
605
605
|
constructor(parent, value, path, key) {
|
|
606
606
|
this._cachedPath = [];
|
|
@@ -4671,4 +4671,4 @@ export {
|
|
|
4671
4671
|
getWorkflowText,
|
|
4672
4672
|
registerPrompts
|
|
4673
4673
|
};
|
|
4674
|
-
//# sourceMappingURL=chunk-
|
|
4674
|
+
//# sourceMappingURL=chunk-4YHOKP2Y.js.map
|