@clipform/mcp-server 2.5.1 → 2.6.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/README.md +1 -0
- package/dist/{chunk-3GBZFAEM.js → chunk-44FHF2MF.js} +129 -4
- package/dist/chunk-44FHF2MF.js.map +1 -0
- package/dist/{chunk-6EHOUAPE.js → chunk-L3DIBX4G.js} +2 -2
- package/dist/{chunk-NYMC63ZK.js → chunk-WMLM53A3.js} +2 -2
- package/dist/{chunk-3BYQLPTT.js → chunk-YAI5LQPF.js} +2 -1
- package/dist/{chunk-3BYQLPTT.js.map → chunk-YAI5LQPF.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-3GBZFAEM.js.map +0 -1
- /package/dist/{chunk-6EHOUAPE.js.map → chunk-L3DIBX4G.js.map} +0 -0
- /package/dist/{chunk-NYMC63ZK.js.map → chunk-WMLM53A3.js.map} +0 -0
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
FORM_TYPE_KEYS,
|
|
5
5
|
callApi,
|
|
6
6
|
getSessionContext
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-YAI5LQPF.js";
|
|
8
8
|
|
|
9
9
|
// src/lib/guides.ts
|
|
10
10
|
var guidesPromise = null;
|
|
@@ -133,4 +133,4 @@ export {
|
|
|
133
133
|
getGuideUri,
|
|
134
134
|
registerResources
|
|
135
135
|
};
|
|
136
|
-
//# sourceMappingURL=chunk-
|
|
136
|
+
//# sourceMappingURL=chunk-L3DIBX4G.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
WORKFLOW_TYPES,
|
|
3
3
|
getDiscoveryParams,
|
|
4
4
|
getSessionContextWithAuth
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YAI5LQPF.js";
|
|
6
6
|
import {
|
|
7
7
|
__export
|
|
8
8
|
} from "./chunk-G3PMV62Z.js";
|
|
@@ -4708,4 +4708,4 @@ export {
|
|
|
4708
4708
|
getWorkflowText,
|
|
4709
4709
|
registerPrompts
|
|
4710
4710
|
};
|
|
4711
|
-
//# sourceMappingURL=chunk-
|
|
4711
|
+
//# sourceMappingURL=chunk-WMLM53A3.js.map
|
|
@@ -2578,6 +2578,7 @@ var MCP_TOOL_TOOLSETS = {
|
|
|
2578
2578
|
clipform_get_results: "account",
|
|
2579
2579
|
// forms: form/node structure + research tools used while building.
|
|
2580
2580
|
clipform_create_form: "forms",
|
|
2581
|
+
clipform_import_form: "forms",
|
|
2581
2582
|
clipform_add_node: "forms",
|
|
2582
2583
|
clipform_update_node: "forms",
|
|
2583
2584
|
clipform_delete_node: "forms",
|
|
@@ -2817,4 +2818,4 @@ export {
|
|
|
2817
2818
|
getSessionContextWithAuth,
|
|
2818
2819
|
getSessionContext
|
|
2819
2820
|
};
|
|
2820
|
-
//# sourceMappingURL=chunk-
|
|
2821
|
+
//# sourceMappingURL=chunk-YAI5LQPF.js.map
|