@clipform/mcp-server 1.25.0 → 1.26.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 +3 -3
- package/dist/{chunk-2SXOLMHL.js → chunk-2ORCTK3I.js} +318 -236
- package/dist/chunk-2ORCTK3I.js.map +1 -0
- package/dist/{chunk-WGIWNARP.js → chunk-4ODCLOG6.js} +2 -2
- package/dist/{chunk-X5HRS3GG.js → chunk-CJFYORUZ.js} +3 -3
- package/dist/{chunk-X5HRS3GG.js.map → chunk-CJFYORUZ.js.map} +1 -1
- package/dist/{chunk-H7XSNUKI.js → chunk-GQEUGIRA.js} +10 -10
- package/dist/chunk-GQEUGIRA.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-4ODCLOG6.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-CJFYORUZ.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-4ODCLOG6.js.map
|
|
@@ -1748,7 +1748,7 @@ function getUrls() {
|
|
|
1748
1748
|
viewer: "https://viewer-dev.smith-forge.com",
|
|
1749
1749
|
api: "https://api-dev.smith-forge.com",
|
|
1750
1750
|
mcp: "https://api-dev.smith-forge.com/mcp",
|
|
1751
|
-
docs: "https://
|
|
1751
|
+
docs: "https://clipform.io/docs"
|
|
1752
1752
|
};
|
|
1753
1753
|
}
|
|
1754
1754
|
if (ENV.isDevelopment) {
|
|
@@ -1770,7 +1770,7 @@ function getUrls() {
|
|
|
1770
1770
|
// Dedicated subdomain for the remote MCP server. Same Render service
|
|
1771
1771
|
// as `api`, just routed by Host header. Token audience is bound here.
|
|
1772
1772
|
mcp: "https://mcp.clipform.io",
|
|
1773
|
-
docs: "https://
|
|
1773
|
+
docs: "https://clipform.io/docs"
|
|
1774
1774
|
};
|
|
1775
1775
|
}
|
|
1776
1776
|
var BUSINESS = {
|
|
@@ -2044,4 +2044,4 @@ export {
|
|
|
2044
2044
|
getSessionContextWithAuth,
|
|
2045
2045
|
getSessionContext
|
|
2046
2046
|
};
|
|
2047
|
-
//# sourceMappingURL=chunk-
|
|
2047
|
+
//# sourceMappingURL=chunk-CJFYORUZ.js.map
|