@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.
Files changed (2) hide show
  1. package/dist/index.js +9 -1
  2. 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.8",
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caravo/mcp",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Local stdio MCP server for Caravo with built-in x402 wallet",
5
5
  "type": "module",
6
6
  "bin": {