@clipform/mcp-server 1.38.0 → 1.39.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-ZTJU467D.js → chunk-4DWK5GA5.js} +2 -2
- package/dist/{chunk-WHNDWLHI.js → chunk-IBTTDNN6.js} +15 -5
- package/dist/{chunk-WHNDWLHI.js.map → chunk-IBTTDNN6.js.map} +1 -1
- package/dist/{chunk-QT3RFCCN.js → chunk-IXQRUFZM.js} +2 -2
- package/dist/{chunk-KBWMI24E.js → chunk-MESJBHZL.js} +1 -1
- package/dist/{chunk-KBWMI24E.js.map → chunk-MESJBHZL.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-ZTJU467D.js.map → chunk-4DWK5GA5.js.map} +0 -0
- /package/dist/{chunk-QT3RFCCN.js.map → chunk-IXQRUFZM.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
FORM_TYPE_KEYS,
|
|
4
4
|
callApi,
|
|
5
5
|
getSessionContext
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-MESJBHZL.js";
|
|
7
7
|
|
|
8
8
|
// src/lib/guides.ts
|
|
9
9
|
var guidesPromise = null;
|
|
@@ -136,4 +136,4 @@ export {
|
|
|
136
136
|
getGuideUri,
|
|
137
137
|
registerResources
|
|
138
138
|
};
|
|
139
|
-
//# sourceMappingURL=chunk-
|
|
139
|
+
//# sourceMappingURL=chunk-4DWK5GA5.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
getWorkflowText,
|
|
7
7
|
objectType,
|
|
8
8
|
registerPrompts
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-IXQRUFZM.js";
|
|
10
10
|
import {
|
|
11
11
|
GUIDE_TYPES,
|
|
12
12
|
QUIZ_VARIANTS,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
getGuideUri,
|
|
15
15
|
guideFallbackText,
|
|
16
16
|
registerResources
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-4DWK5GA5.js";
|
|
18
18
|
import {
|
|
19
19
|
BUSINESS,
|
|
20
20
|
CONTACT_FIELDS,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
errorResult,
|
|
32
32
|
resolveFormType,
|
|
33
33
|
textResult
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-MESJBHZL.js";
|
|
35
35
|
import {
|
|
36
36
|
__commonJS,
|
|
37
37
|
__export,
|
|
@@ -17010,7 +17010,17 @@ var LABS_COMPOSITIONS = [
|
|
|
17010
17010
|
"Scene",
|
|
17011
17011
|
"Spin3D"
|
|
17012
17012
|
];
|
|
17013
|
-
var
|
|
17013
|
+
var SOCIAL_COMPOSITIONS = [
|
|
17014
|
+
"ShortFormQuiz",
|
|
17015
|
+
"ScorecardQuiz",
|
|
17016
|
+
"ScorecardGK",
|
|
17017
|
+
"CountrySilhouetteQuiz"
|
|
17018
|
+
];
|
|
17019
|
+
var EXPOSED_COMPOSITIONS = [
|
|
17020
|
+
...PUBLIC_COMPOSITIONS,
|
|
17021
|
+
...process.env.CLIPFORM_LABS === "1" ? LABS_COMPOSITIONS : [],
|
|
17022
|
+
...process.env.CLIPFORM_SOCIAL === "1" ? SOCIAL_COMPOSITIONS : []
|
|
17023
|
+
];
|
|
17014
17024
|
|
|
17015
17025
|
// src/lib/schemas.ts
|
|
17016
17026
|
var ACTIVE_NODE_TYPES = Object.entries(NODE_TYPES).filter(([, def]) => def.is_active && !def.is_system).map(([type]) => type);
|
|
@@ -19030,4 +19040,4 @@ export {
|
|
|
19030
19040
|
JSONRPCMessageSchema,
|
|
19031
19041
|
createServer
|
|
19032
19042
|
};
|
|
19033
|
-
//# sourceMappingURL=chunk-
|
|
19043
|
+
//# sourceMappingURL=chunk-IBTTDNN6.js.map
|