@clipform/mcp-server 1.48.0 → 2.0.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/index.js CHANGED
@@ -2,12 +2,12 @@
2
2
  import {
3
3
  JSONRPCMessageSchema,
4
4
  createServer
5
- } from "./chunk-3MTEM3VC.js";
6
- import "./chunk-BBNREY2Q.js";
7
- import "./chunk-WUORO245.js";
5
+ } from "./chunk-RX7V2UCM.js";
6
+ import "./chunk-6U3CVTLZ.js";
7
+ import "./chunk-AP6UGWKC.js";
8
8
  import {
9
9
  setMcpVersion
10
- } from "./chunk-4CY5EJCR.js";
10
+ } from "./chunk-GDUJLYR4.js";
11
11
  import "./chunk-HCZI2UJ5.js";
12
12
 
13
13
  // src/index.ts
package/dist/prompts.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  buildDiscovery,
4
4
  getWorkflowText,
5
5
  registerPrompts
6
- } from "./chunk-BBNREY2Q.js";
7
- import "./chunk-4CY5EJCR.js";
6
+ } from "./chunk-6U3CVTLZ.js";
7
+ import "./chunk-GDUJLYR4.js";
8
8
  import "./chunk-HCZI2UJ5.js";
9
9
  export {
10
10
  WORKFLOW_TYPES,
package/dist/resources.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  QUIZ_VARIANTS,
4
4
  getGuideUri,
5
5
  registerResources
6
- } from "./chunk-WUORO245.js";
7
- import "./chunk-4CY5EJCR.js";
6
+ } from "./chunk-AP6UGWKC.js";
7
+ import "./chunk-GDUJLYR4.js";
8
8
  import "./chunk-HCZI2UJ5.js";
9
9
  export {
10
10
  GUIDE_TYPES,
package/dist/server.d.ts CHANGED
@@ -1,5 +1,14 @@
1
1
  import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
2
2
 
3
+ declare const RENDER_TIMING: {
4
+ readonly expectedRange: "15-120 seconds";
5
+ readonly pollDelay: "~15 seconds";
6
+ /** Rounder phrasing for chat/email ETA acks (#1964) - not exact enough for
7
+ * a poll instruction like the two above, but right for "still rendering,
8
+ * you'll hear back in..." copy. Never hardcode minutes in api code. */
9
+ readonly etaPhrase: "a couple of minutes";
10
+ };
11
+
3
12
  interface CreateServerOptions {
4
13
  onToolError?: (toolName: string, error: Error) => void;
5
14
  /**
@@ -12,4 +21,4 @@ interface CreateServerOptions {
12
21
  }
13
22
  declare function createServer(options?: CreateServerOptions): McpServer;
14
23
 
15
- export { type CreateServerOptions, createServer };
24
+ export { type CreateServerOptions, RENDER_TIMING, createServer };
package/dist/server.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import {
2
+ RENDER_TIMING,
2
3
  createServer
3
- } from "./chunk-3MTEM3VC.js";
4
- import "./chunk-BBNREY2Q.js";
5
- import "./chunk-WUORO245.js";
6
- import "./chunk-4CY5EJCR.js";
4
+ } from "./chunk-RX7V2UCM.js";
5
+ import "./chunk-6U3CVTLZ.js";
6
+ import "./chunk-AP6UGWKC.js";
7
+ import "./chunk-GDUJLYR4.js";
7
8
  import "./chunk-HCZI2UJ5.js";
8
9
  export {
10
+ RENDER_TIMING,
9
11
  createServer
10
12
  };
11
13
  //# sourceMappingURL=server.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipform/mcp-server",
3
- "version": "1.48.0",
3
+ "version": "2.0.0",
4
4
  "mcpName": "io.github.Clipform/mcp-server",
5
5
  "description": "MCP server for building and managing Clipform video forms",
6
6
  "license": "MIT",