@clipform/mcp-server 1.31.0 → 1.33.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-46RSQK6L.js";
6
- import "./chunk-ELO7KCMZ.js";
7
- import "./chunk-J4KJN4C4.js";
5
+ } from "./chunk-LSANXDSD.js";
6
+ import "./chunk-SY7YZPSC.js";
7
+ import "./chunk-JID43EDM.js";
8
8
  import {
9
9
  setMcpVersion
10
- } from "./chunk-NHFRYNJ3.js";
10
+ } from "./chunk-KWEBCAPF.js";
11
11
  import "./chunk-HCZI2UJ5.js";
12
12
 
13
13
  // src/index.ts
package/dist/prompts.d.ts CHANGED
@@ -2,7 +2,7 @@ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
2
2
  import { DiscoveryParam as DiscoveryParam$1, FormTypeKey } from '@vid-master/config';
3
3
  import { QuizVariant } from './resources.js';
4
4
 
5
- type AuthMode = "oauth" | "anonymous";
5
+ type AuthMode = "authenticated" | "anonymous";
6
6
 
7
7
  declare const WORKFLOW_TYPES: readonly [string, ...string[]];
8
8
  type WorkflowType = FormTypeKey;
package/dist/prompts.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  buildDiscovery,
4
4
  getWorkflowText,
5
5
  registerPrompts
6
- } from "./chunk-ELO7KCMZ.js";
7
- import "./chunk-NHFRYNJ3.js";
6
+ } from "./chunk-SY7YZPSC.js";
7
+ import "./chunk-KWEBCAPF.js";
8
8
  import "./chunk-HCZI2UJ5.js";
9
9
  export {
10
10
  WORKFLOW_TYPES,
package/dist/resources.js CHANGED
@@ -4,8 +4,8 @@ import {
4
4
  getGuideContent,
5
5
  getGuideUri,
6
6
  registerResources
7
- } from "./chunk-J4KJN4C4.js";
8
- import "./chunk-NHFRYNJ3.js";
7
+ } from "./chunk-JID43EDM.js";
8
+ import "./chunk-KWEBCAPF.js";
9
9
  import "./chunk-HCZI2UJ5.js";
10
10
  export {
11
11
  GUIDE_TYPES,
package/dist/server.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-46RSQK6L.js";
4
- import "./chunk-ELO7KCMZ.js";
5
- import "./chunk-J4KJN4C4.js";
6
- import "./chunk-NHFRYNJ3.js";
3
+ } from "./chunk-LSANXDSD.js";
4
+ import "./chunk-SY7YZPSC.js";
5
+ import "./chunk-JID43EDM.js";
6
+ import "./chunk-KWEBCAPF.js";
7
7
  import "./chunk-HCZI2UJ5.js";
8
8
  export {
9
9
  createServer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipform/mcp-server",
3
- "version": "1.31.0",
3
+ "version": "1.33.0",
4
4
  "description": "MCP server for building and managing Clipform video forms",
5
5
  "license": "MIT",
6
6
  "homepage": "https://clipform.io",