{
  "name": "mcp-eth-test-subgraph-7",
  "version": "1.0.0",
  "description": "MCP server for ethereum_transactions_test subgraph - Track all Ethereum ERC20 transfers for testing",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "graphi-ai",
    "subgraph",
    "blockchain",
    "eth-test-subgraph-7",
    "cypher",
    "chat-interface"
  ],
  "author": "Graphi AI",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/graphi-ai/mcp-eth-test-subgraph-7.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.3.0",
    "tsx": "^4.6.0",
    "jest": "^29.0.0",
    "@types/jest": "^29.0.0",
    "eslint": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "prettier": "^3.0.0"
  },
  "files": [
    "dist/",
    "README.md",
    "package.json"
  ],
  "bin": {
    "mcp-eth-test-subgraph-7": "./dist/index.js"
  },
  "engines": {
    "node": ">=18"
  },
  "mcp": {
    "subgraphId": "98177761-64ca-4268-aa69-cba0b00768df",
    "subgraphName": "ethereum_transactions_test",
    "version": "1.0.0"
  }
} 