@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.
- package/dist/convex.js +1 -1
- 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://
|
|
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