@caravo/mcp 0.1.16 → 0.1.17

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 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -373,6 +373,7 @@ function registerAllTools(server) {
373
373
  params.set("provider", provider);
374
374
  params.set("page", String(page));
375
375
  params.set("per_page", String(per_page));
376
+ params.set("view", "agent");
376
377
  const data = await apiGet(`/api/tools?${params}`);
377
378
  return {
378
379
  content: [{ type: "text", text: JSON.stringify(data, null, 2) }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caravo/mcp",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
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": {