@caravo/mcp 0.1.8 → 0.1.9
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 +9 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -896,7 +896,15 @@ function registerAllTools(server) {
|
|
|
896
896
|
// ─── Main ─────────────────────────────────────────────────────────────────────
|
|
897
897
|
const server = new McpServer({
|
|
898
898
|
name: "caravo",
|
|
899
|
-
version: "0.1.
|
|
899
|
+
version: "0.1.9",
|
|
900
|
+
description: "The API marketplace built for autonomous AI agents. Search, execute, and pay for 200+ tools at $0.001–0.05 per call.",
|
|
901
|
+
icons: [
|
|
902
|
+
{
|
|
903
|
+
src: "https://caravo.ai/logo.png",
|
|
904
|
+
mimeType: "image/png",
|
|
905
|
+
sizes: ["210x188"],
|
|
906
|
+
},
|
|
907
|
+
],
|
|
900
908
|
}, {
|
|
901
909
|
instructions:
|
|
902
910
|
// IMPORTANT: Instructions for the agent to use the marketplace
|