agent402-mcp 0.2.0 → 0.2.1
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -33,8 +33,8 @@ const BUDGET = num(process.env.AGENT402_BUDGET) ?? Infinity;
|
|
|
33
33
|
let spentUsd = 0;
|
|
34
34
|
|
|
35
35
|
const DEFAULT_CURATED = [
|
|
36
|
-
// the tools agents can't replicate locally:
|
|
37
|
-
"extract", "render", "screenshot", "pdf", "meta", "dns", "http-check", "tls-cert", "whois",
|
|
36
|
+
// the tools agents can't replicate locally: live search, browser, PDF, shared memory
|
|
37
|
+
"search", "extract", "render", "screenshot", "pdf", "meta", "dns", "http-check", "tls-cert", "whois",
|
|
38
38
|
"memory-write", "memory-read", "memory-remember", "memory-recall",
|
|
39
39
|
// one cheap pure-CPU tool so wallet-less clients see the proof-of-work path work
|
|
40
40
|
"hash",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent402-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"author": "Mikey Petrillo (https://github.com/MikeyPetrillo)",
|
|
5
5
|
"homepage": "https://agent402.tools",
|
|
6
6
|
"description": "MCP server for Agent402 (agent402.tools) — 1000+ pay-per-call web tools for AI agents. Pays per call in USDC via the x402 protocol, or with compute (proof-of-work) when no wallet is configured.",
|