@caravo/mcp 0.1.30 → 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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: When a tool field asks for a file URL (e.g., image_url, video_url), you can pass a local file path instead (e.g., /path/to/photo.jpg, ~/Downloads/image.png, or file:///path/to/file) — it will be automatically converted and 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. " +
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caravo/mcp",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "The API marketplace built for autonomous AI agents. Search, execute, and pay for 200+ tools at $0.001–0.05 per call.",
5
5
  "type": "module",
6
6
  "bin": {