mcp-server-insumer 1.6.1 → 1.6.2

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/build/index.js CHANGED
@@ -81,7 +81,7 @@ const NftCollectionSchema = z.object({
81
81
  // --- Server setup ---
82
82
  const server = new McpServer({
83
83
  name: "insumer",
84
- version: "1.6.0",
84
+ version: "1.6.2",
85
85
  });
86
86
  // ============================================================
87
87
  // KEY DISCOVERY
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-server-insumer",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "MCP server for InsumerAPI — on-chain verification across 32 blockchains. ECDSA-signed booleans, wallet trust profiles, EAS attestations, Gitcoin Passport, Farcaster ID, staking positions, compliance templates, optional Merkle proofs, ACP/UCP commerce protocol integration, domain verification, 25 tools. Used by DJD Agent Score (Coinbase x402).",
5
5
  "license": "MIT",
6
6
  "author": "Douglas Borthwick",
package/server.json CHANGED
@@ -6,12 +6,12 @@
6
6
  "url": "https://github.com/douglasborthwick-crypto/mcp-server-insumer",
7
7
  "source": "github"
8
8
  },
9
- "version": "1.6.0",
9
+ "version": "1.6.2",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "mcp-server-insumer",
14
- "version": "1.6.0",
14
+ "version": "1.6.2",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },