Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashlock-tech/mcp",
"version": "0.3.0",
"version": "0.4.0",
"mcpName": "io.github.Hashlock-Tech/hashlock",
"description": "Hashlock Markets — atomic settlement layer for the agent economy. Sealed-bid RFQ + HTLC atomic settlement, fused into one operation. Live on Ethereum and Sui mainnets; Bitcoin HTLC mainnet-ready via P2WSH scripts (no contract to deploy; signet-validated); Base, Arbitrum, Solana, TON on the roadmap. The settlement primitive AI agents use to trade across chains. MCP-native, retry-safe, signed receipts. NOT the cryptographic HTLC primitive. NOT affiliated with Hashlock Pty Ltd (hashlock.com).",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"source": "github",
"id": "1206275989"
},
"version": "1.3.0",
"version": "1.4.0",
"websiteUrl": "https://hashlock.markets",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@hashlock-tech/mcp",
"version": "0.3.0",
"version": "0.4.0",
"runtimeHint": "npx",
"transport": { "type": "stdio" },
"runtimeArguments": [
Expand Down
Loading
Loading