safehands-pharos 1.2.3 → 1.2.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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -87,7 +87,7 @@ if (process.argv.includes("--demo")) {
|
|
|
87
87
|
if (process.argv.includes("--help") || process.argv.includes("-h")) {
|
|
88
88
|
process.stdout.write(`
|
|
89
89
|
🛡️ SafeHands-Pharos — Transaction Safety Firewall for AI Agents
|
|
90
|
-
v1.2.
|
|
90
|
+
v1.2.4 | Pharos Atlantic Testnet | Chain ID 688689
|
|
91
91
|
|
|
92
92
|
USAGE
|
|
93
93
|
npx safehands-pharos
|
|
@@ -188,7 +188,7 @@ else if (!hasExplicitSignerMode) {
|
|
|
188
188
|
// ─── Server Setup ──────────────────────────────────────────────────────
|
|
189
189
|
const server = new McpServer({
|
|
190
190
|
name: "safehands",
|
|
191
|
-
version: "1.2.
|
|
191
|
+
version: "1.2.4",
|
|
192
192
|
});
|
|
193
193
|
// ─── Tool Registration ─────────────────────────────────────────────────
|
|
194
194
|
server.tool("safehands_preflight_check", "Run a SafeHands policy preflight before an AI agent sends payment, approves tokens, swaps, publishes risk data, or pays x402.", safehandsPreflightCheckSchema.shape, async (params) => mcpText(await invokeTool(handleSafeHandsPreflightCheck, params, "safehands_preflight_check")));
|