@clipform/mcp-server 1.47.1 → 1.48.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-JT7YWEQP.js → chunk-3MTEM3VC.js} +384 -45
- package/dist/{chunk-JT7YWEQP.js.map → chunk-3MTEM3VC.js.map} +1 -1
- package/dist/{chunk-PJNOCHKR.js → chunk-4CY5EJCR.js} +8 -1
- package/dist/{chunk-PJNOCHKR.js.map → chunk-4CY5EJCR.js.map} +1 -1
- package/dist/{chunk-MV27JVSL.js → chunk-BBNREY2Q.js} +2 -2
- package/dist/{chunk-UH77CDNO.js → chunk-WUORO245.js} +2 -2
- 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-MV27JVSL.js.map → chunk-BBNREY2Q.js.map} +0 -0
- /package/dist/{chunk-UH77CDNO.js.map → chunk-WUORO245.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
WORKFLOW_TYPES,
|
|
3
3
|
getDiscoveryParams,
|
|
4
4
|
getSessionContextWithAuth
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-4CY5EJCR.js";
|
|
6
6
|
import {
|
|
7
7
|
__export
|
|
8
8
|
} from "./chunk-HCZI2UJ5.js";
|
|
@@ -4709,4 +4709,4 @@ export {
|
|
|
4709
4709
|
getWorkflowText,
|
|
4710
4710
|
registerPrompts
|
|
4711
4711
|
};
|
|
4712
|
-
//# sourceMappingURL=chunk-
|
|
4712
|
+
//# sourceMappingURL=chunk-BBNREY2Q.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
FORM_TYPE_KEYS,
|
|
4
4
|
callApi,
|
|
5
5
|
getSessionContext
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-4CY5EJCR.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-WUORO245.js.map
|
package/dist/index.js
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
JSONRPCMessageSchema,
|
|
4
4
|
createServer
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-3MTEM3VC.js";
|
|
6
|
+
import "./chunk-BBNREY2Q.js";
|
|
7
|
+
import "./chunk-WUORO245.js";
|
|
8
8
|
import {
|
|
9
9
|
setMcpVersion
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-4CY5EJCR.js";
|
|
11
11
|
import "./chunk-HCZI2UJ5.js";
|
|
12
12
|
|
|
13
13
|
// src/index.ts
|
package/dist/prompts.js
CHANGED
package/dist/resources.js
CHANGED
package/dist/server.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-3MTEM3VC.js";
|
|
4
|
+
import "./chunk-BBNREY2Q.js";
|
|
5
|
+
import "./chunk-WUORO245.js";
|
|
6
|
+
import "./chunk-4CY5EJCR.js";
|
|
7
7
|
import "./chunk-HCZI2UJ5.js";
|
|
8
8
|
export {
|
|
9
9
|
createServer
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|