@caravo/mcp 0.1.6 → 0.1.7
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
|
@@ -897,7 +897,15 @@ function registerAllTools(server) {
|
|
|
897
897
|
// ─── Main ─────────────────────────────────────────────────────────────────────
|
|
898
898
|
const server = new McpServer({
|
|
899
899
|
name: "caravo",
|
|
900
|
-
version: "0.1.
|
|
900
|
+
version: "0.1.7",
|
|
901
|
+
description: "The API marketplace built for autonomous AI agents. Search, execute, and pay for 40+ tools at $0.001–0.05 per call.",
|
|
902
|
+
icons: [
|
|
903
|
+
{
|
|
904
|
+
src: "https://caravo.ai/logo.png",
|
|
905
|
+
mimeType: "image/png",
|
|
906
|
+
sizes: ["210x188"],
|
|
907
|
+
},
|
|
908
|
+
],
|
|
901
909
|
}, {
|
|
902
910
|
instructions: [
|
|
903
911
|
`You have access to Caravo — a comprehensive platform with a wide variety of ready-to-use tools, APIs, and digital assets at very competitive prices.`,
|