@clipform/mcp-server 1.26.1 → 1.27.0
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/dist/{chunk-4YHOKP2Y.js → chunk-45T6WTYP.js} +2 -2
- package/dist/{chunk-6G35U7YP.js → chunk-6W5NTDW7.js} +1 -1
- package/dist/{chunk-6G35U7YP.js.map → chunk-6W5NTDW7.js.map} +1 -1
- package/dist/{chunk-2UCFH6N2.js → chunk-HUHWR2I6.js} +2 -2
- package/dist/{chunk-FHRDJGJT.js → chunk-W3KRLWH2.js} +5 -5
- package/dist/{chunk-FHRDJGJT.js.map → chunk-W3KRLWH2.js.map} +1 -1
- package/dist/index.js +4 -4
- package/dist/prompts.js +2 -2
- package/dist/resources.js +2 -2
- package/dist/server.js +4 -4
- package/package.json +1 -1
- /package/dist/{chunk-4YHOKP2Y.js.map → chunk-45T6WTYP.js.map} +0 -0
- /package/dist/{chunk-2UCFH6N2.js.map → chunk-HUHWR2I6.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
ALL_VARIANTS,
|
|
3
3
|
FORM_TYPE_KEYS,
|
|
4
4
|
getSessionContext
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6W5NTDW7.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-HUHWR2I6.js.map
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
getWorkflowText,
|
|
7
7
|
objectType,
|
|
8
8
|
registerPrompts
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-45T6WTYP.js";
|
|
10
10
|
import {
|
|
11
11
|
GUIDE_TYPES,
|
|
12
12
|
QUIZ_VARIANTS,
|
|
13
13
|
getGuideContent,
|
|
14
14
|
getGuideUri,
|
|
15
15
|
registerResources
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-HUHWR2I6.js";
|
|
17
17
|
import {
|
|
18
18
|
BUSINESS,
|
|
19
19
|
CONTACT_FIELDS,
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
errorResult,
|
|
30
30
|
resolveFormType,
|
|
31
31
|
textResult
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-6W5NTDW7.js";
|
|
33
33
|
import {
|
|
34
34
|
__commonJS,
|
|
35
35
|
__export,
|
|
@@ -17948,7 +17948,7 @@ Example:
|
|
|
17948
17948
|
const allLines = [];
|
|
17949
17949
|
for (const { node_id, rules } of nodes) {
|
|
17950
17950
|
const result = await callApi(
|
|
17951
|
-
`/forms/${form_id}/nodes/${node_id}/logic`,
|
|
17951
|
+
`/forms/${form_id}/nodes/${node_id}/logic/rules`,
|
|
17952
17952
|
{
|
|
17953
17953
|
method: "PUT",
|
|
17954
17954
|
body: { rules }
|
|
@@ -18793,4 +18793,4 @@ export {
|
|
|
18793
18793
|
JSONRPCMessageSchema,
|
|
18794
18794
|
createServer
|
|
18795
18795
|
};
|
|
18796
|
-
//# sourceMappingURL=chunk-
|
|
18796
|
+
//# sourceMappingURL=chunk-W3KRLWH2.js.map
|