@clipform/mcp-server 2.0.1 → 2.0.3
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-SI4C55U6.js → chunk-4LOCAEDB.js} +3 -3
- package/dist/{chunk-SI4C55U6.js.map → chunk-4LOCAEDB.js.map} +1 -1
- package/dist/{chunk-PNAMVSVO.js → chunk-JY5JRGD6.js} +9 -10
- package/dist/{chunk-PNAMVSVO.js.map → chunk-JY5JRGD6.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/prompts.js +1 -1
- package/dist/server.js +2 -2
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
getWorkflowText,
|
|
7
7
|
objectType,
|
|
8
8
|
registerPrompts
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-JY5JRGD6.js";
|
|
10
10
|
import {
|
|
11
11
|
GUIDE_TYPES,
|
|
12
12
|
QUIZ_VARIANTS,
|
|
@@ -18932,7 +18932,7 @@ function registerSearchMusicTool(server) {
|
|
|
18932
18932
|
"clipform_search_music",
|
|
18933
18933
|
{
|
|
18934
18934
|
title: "Search Music",
|
|
18935
|
-
description: `Search for royalty-free music tracks and ambient sounds. Quiz forms especially benefit from background music - it keeps energy up between questions. Also consider it for multi-step surveys and longer forms. Pass the returned URL as the audio track to clipform_generate_video or
|
|
18935
|
+
description: `Search for royalty-free music tracks and ambient sounds. Quiz forms especially benefit from background music - it keeps energy up between questions. Also consider it for multi-step surveys and longer forms. Pass the returned URL as the audio track to clipform_generate_video, or as the audio for the slideshow video template via clipform_render_video_template. Returns download URLs, duration, artist, and license info.`,
|
|
18936
18936
|
inputSchema: {
|
|
18937
18937
|
query: external_exports.string().describe("What to search for (e.g. 'upbeat quiz background', 'calm ambient', 'playful pizzicato')"),
|
|
18938
18938
|
count: external_exports.number().min(1).max(10).default(5).optional().describe("Max results (default: 5)"),
|
|
@@ -19917,4 +19917,4 @@ export {
|
|
|
19917
19917
|
RENDER_TIMING,
|
|
19918
19918
|
createServer
|
|
19919
19919
|
};
|
|
19920
|
-
//# sourceMappingURL=chunk-
|
|
19920
|
+
//# sourceMappingURL=chunk-4LOCAEDB.js.map
|