@arcpaylabs/arbitrum-mcp 0.1.0 → 0.1.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/package.json +1 -1
- package/server.mjs +3 -3
package/package.json
CHANGED
package/server.mjs
CHANGED
|
@@ -112,7 +112,7 @@ server.tool("x402_guide", "Return builder instructions for the ArcPay Arbitrum x
|
|
|
112
112
|
};
|
|
113
113
|
});
|
|
114
114
|
|
|
115
|
-
server.tool("execution_handoff", "Return an Arbitrum execution handoff payload for GMX,
|
|
115
|
+
server.tool("execution_handoff", "Return an Arbitrum execution handoff payload for GMX, ZeroDev smart accounts, Dune evidence, or manual execution.", {
|
|
116
116
|
strategyName: z.string().optional(),
|
|
117
117
|
agentSlug: z.string().optional(),
|
|
118
118
|
budgetEth: z.string().optional(),
|
|
@@ -135,7 +135,7 @@ server.tool("execution_handoff", "Return an Arbitrum execution handoff payload f
|
|
|
135
135
|
constraints: {
|
|
136
136
|
maxBudgetEth: budgetEth,
|
|
137
137
|
allowedAssets: ["ETH", "USDC", "WETH"],
|
|
138
|
-
allowedVenues: ["GMX", "
|
|
138
|
+
allowedVenues: ["GMX", "ZeroDev smart account", "Dune evidence", "Manual signer"],
|
|
139
139
|
requireArcPayPolicy: true,
|
|
140
140
|
requireOperatorApprovalForLeverage: true,
|
|
141
141
|
requireExecutionEvidence: true,
|
|
@@ -159,7 +159,7 @@ server.tool("execution_handoff", "Return an Arbitrum execution handoff payload f
|
|
|
159
159
|
},
|
|
160
160
|
setup: [
|
|
161
161
|
"Register or select an ArcPay agent identity.",
|
|
162
|
-
"Choose an execution adapter: GMX intent,
|
|
162
|
+
"Choose an execution adapter: GMX intent, ZeroDev smart account, Dune evidence, or manual signer.",
|
|
163
163
|
"Create the x402 quote or escrow order before work starts.",
|
|
164
164
|
"Execute only after policy approval and budget checks.",
|
|
165
165
|
"Attach Arbiscan tx hash, x402 verification, Dune query link, or signed result evidence before marking the work complete.",
|