@finchagentic/mcp 4.6.3 → 4.6.4

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/convex.js +1 -1
  2. package/package.json +1 -1
package/dist/convex.js CHANGED
@@ -6,7 +6,7 @@ exports.callConvex = callConvex;
6
6
  exports.callConvexRaw = callConvexRaw;
7
7
  const wallet_js_1 = require("./wallet.js");
8
8
  const config_js_1 = require("./config.js");
9
- exports.CONVEX_SITE = process.env.FINCH_CONVEX_URL ?? "https://befitting-porcupine-276.convex.site";
9
+ exports.CONVEX_SITE = process.env.FINCH_CONVEX_URL ?? "https://valuable-fish-533.convex.site";
10
10
  const RETRY_STATUSES = new Set([429, 500, 502, 503, 504]);
11
11
  const RETRY_DELAYS = [500, 1000, 2000];
12
12
  class PaymentRequiredError extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finchagentic/mcp",
3
- "version": "4.6.3",
3
+ "version": "4.6.4",
4
4
  "description": "The runtime layer for Agentic AI. Persistent memory, autonomous agents, and workflows that survive every session.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {