subgraph-registry-mcp 0.7.1 → 0.7.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/data/registry.db CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "subgraph-registry-mcp",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "mcpName": "io.github.PaulieB14/subgraph-registry-mcp",
5
5
  "description": "MCP server for agent-friendly subgraph discovery on The Graph Network. 14,733 classified subgraphs with x402 query URLs ($0.01 USDC on Base, no API key required), reliability scoring, and protocol classification.",
6
6
  "type": "module",
package/src/index.js CHANGED
@@ -45,7 +45,7 @@ const GITHUB_DB_URL =
45
45
  // 3. Paste the new hash here and bump package.json version
46
46
  // 4. Update SKILL.md "Verifying the registry" section
47
47
  const EXPECTED_DB_SHA256 =
48
- "de8c4119b4ab231cbf4e84f02f8599229fa85f26ba7b6fb16ee336265592e819";
48
+ "76943c2037bc63546408ca8d8531ce8b76415fccfb455e13cc4c805d5f440f68";
49
49
  // Skip-verification escape hatch (set to "1" only if you're rebuilding the DB
50
50
  // locally and know what you're doing — never set in agent-runtime defaults).
51
51
  const SKIP_VERIFY = process.env.SUBGRAPH_REGISTRY_SKIP_VERIFY === "1";