Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:39 +08:00
commit acd2279239
11 changed files with 1235 additions and 0 deletions

73
plugin.lock.json Normal file
View File

@@ -0,0 +1,73 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:nschwermann/claude-tools:subgraph-explorer",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "937f8fc092acbcfc6466a4c6ff16c7bfdfae66b4",
"treeHash": "6809dc839f361467471041bec2fdb37280aa692557b88a4ff2f7c213a478eb4e",
"generatedAt": "2025-11-28T10:27:24.344563Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "subgraph-explorer",
"description": "Explore and query blockchain subgraphs through a private MCP server running in Docker. Provides schema exploration, query execution, and export utilities for NFT, DEX, and DeFi data. Requires Docker, Docker Compose, and Python 3.",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "05d024c1bd3c1b5dca179d89f6331a52a9a4b69a5d34071f92943c1395169b44"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "f728bd6da7938d5e2880e1481ee33b7ff611d67a3cfe3dd5bcf05be4bfb851e3"
},
{
"path": "skills/subgraph-explorer/README.md",
"sha256": "2d14758c5a29800346cd46dc1f18d4b238f1c596eb36d4d7cdad04fb7272e1d5"
},
{
"path": "skills/subgraph-explorer/.gitignore",
"sha256": "d1b5dfea9cf12413ad79622d0bc741b2a98d5b9320571ce848e0b5058e130877"
},
{
"path": "skills/subgraph-explorer/SKILL.md",
"sha256": "bfaf56278f69014c2a353adbe3cfa685d57328cfde87b2e47fc6487b27c5a39c"
},
{
"path": "skills/subgraph-explorer/references/graphql_patterns.md",
"sha256": "4653970ef51f4c51268e4965ff2934bd8b69c4c1d5b64b59ee794c9d9e276b10"
},
{
"path": "skills/subgraph-explorer/scripts/start_mcp_server.sh",
"sha256": "95f2d6188d29393d57c73d8b3a4f3fd94829f4f1be25f7a880ecc80c6d93190e"
},
{
"path": "skills/subgraph-explorer/scripts/stop_mcp_server.sh",
"sha256": "813539d9c46ecd0b466a4ddde60b0973d9761c4e5e685ce13e2d4034aceef4a3"
},
{
"path": "skills/subgraph-explorer/scripts/export_query.py",
"sha256": "ac3649aff6239a4167c508af8ad81d9beb2cf727faeadf054bc2af615227e95c"
},
{
"path": "skills/subgraph-explorer/scripts/check_mcp_status.sh",
"sha256": "6a156706dd30a32438da8a7e45a04deaa4ad52326c3a7848c9a6a2c22b31d042"
}
],
"dirSha256": "6809dc839f361467471041bec2fdb37280aa692557b88a4ff2f7c213a478eb4e"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}