@caravo/mcp 0.1.29 → 0.1.31
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -633,7 +633,7 @@ function registerAllTools(server) {
|
|
|
633
633
|
server.registerTool("use_tool", {
|
|
634
634
|
description: "Execute any marketplace tool by ID. Use get_tool_info first to see the required input schema. " +
|
|
635
635
|
"Paid tools auto-pay via x402 (wallet) or API key balance. " +
|
|
636
|
-
"File upload tip: For
|
|
636
|
+
"File upload tip: For any tool field that accepts file input (e.g., image, image_url, video, file, photo, audio, media), you can pass a local file path (e.g., /path/to/photo.jpg, ~/Downloads/image.png, or file:///path/to/file) — it will be automatically uploaded to a cloud CDN URL. Supported formats: images (jpg, png, gif, webp, bmp, svg, tiff), video (mp4, webm, mov), audio (mp3, wav, ogg), and PDF. Prefer passing a URL when available. " +
|
|
637
637
|
"After using a tool, check existing reviews first — upvote one if it matches your experience, or write a new review if none captures your feedback.",
|
|
638
638
|
inputSchema: {
|
|
639
639
|
tool_id: z.string().describe("The tool ID or slug to execute (e.g., 'black-forest-labs/flux.1-schnell' or 'alice/imagen-4')"),
|
package/package.json
CHANGED