@clipform/mcp-server 1.17.0 → 1.18.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.
@@ -22351,9 +22351,7 @@ function registerCreateFormTool(server) {
22351
22351
 
22352
22352
  ${NODE_TYPES_DESCRIPTION}
22353
22353
 
22354
- All type definitions and config schemas are derived from @vid-master/config (answer-types). Refer to the config descriptions above for the correct keys and shapes.
22355
-
22356
- Fields marked AI-PROTECTED must only be set when the user explicitly requests them. Do not invent values for font, branding, or embed settings.
22354
+ All type definitions and config schemas are derived from @vid-master/config (answer-types). Refer to the config descriptions above for the correct keys and shapes. AI-PROTECTED parameters have restrictions noted in their descriptions.
22357
22355
 
22358
22356
  Example: A form that asks a question, collects contact info, then finishes:
22359
22357
  {
@@ -22430,7 +22428,7 @@ Example: A form that asks a question, collects contact info, then finishes:
22430
22428
  }
22431
22429
  const { data } = createResult;
22432
22430
  const formId = data.form_id;
22433
- const claimUrl = data.claim_url ?? void 0;
22431
+ const formUrl = data.form_url ?? void 0;
22434
22432
  const settingsBody = {};
22435
22433
  if (show_step_counter !== void 0) settingsBody.show_step_counter = show_step_counter;
22436
22434
  if (disable_back_navigation !== void 0) settingsBody.disable_back_navigation = disable_back_navigation;
@@ -22481,12 +22479,12 @@ FORM URL: ${data.viewer_url}`);
22481
22479
  ``,
22482
22480
  `FORM URL (share this with respondents): ${data.viewer_url}`
22483
22481
  ];
22484
- if (claimUrl) {
22485
- lines.push(`CLAIM URL (transfer ownership to your account): ${claimUrl}`);
22482
+ if (formUrl) {
22483
+ lines.push(`DASHBOARD URL (sign in to edit and manage): ${formUrl}`);
22486
22484
  }
22487
22485
  lines.push(
22488
22486
  ``,
22489
- `CRITICAL: Copy the URLs above character-for-character into your response. Do NOT construct, guess, or invent any URLs. Only use the exact FORM URL and CLAIM URL provided here.`,
22487
+ `CRITICAL: Copy the URLs above character-for-character into your response. Do NOT construct, guess, or invent any URLs. Only use the exact FORM URL and DASHBOARD URL provided here.`,
22490
22488
  `Pass form_id on follow-up tools (get_form, add_node, upload_node_media, etc.).`
22491
22489
  );
22492
22490
  if (planContext) {
@@ -24844,4 +24842,4 @@ export {
24844
24842
  JSONRPCMessageSchema,
24845
24843
  createServer
24846
24844
  };
24847
- //# sourceMappingURL=chunk-Y22DYUS3.js.map
24845
+ //# sourceMappingURL=chunk-GZH3JXEB.js.map