{
  "name": "codegraph-smart-mcp",
  "version": "1.3.2",
  "description": "Code Intelligence MCP Server for Claude — auto-indexes your codebase with GraphRAG + hybrid search. Opens a live dashboard.",
  "keywords": ["mcp", "claude", "claude-code", "code-intelligence", "graph-rag", "code-search", "codebase", "developer-tools"],
  "license": "MIT",
  "author": "Nguyen Nhan",
  "repository": {
    "type": "git",
    "url": "https://github.com/nhannguyenhuu241/clould-ai-metric"
  },
  "bin": {
    "codegraph": "./bin/cli.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "files": [
    "bin/",
    "scripts/",
    "backend/src/**/*.py",
    "backend/pyproject.toml",
    "frontend/src/",
    "frontend/public/",
    "frontend/package.json",
    "frontend/tsconfig.json",
    "frontend/next.config.*",
    "frontend/tailwind.config.*",
    "frontend/postcss.config.*",
    "claude_desktop_config.example.json"
  ],
  "engines": {
    "node": ">=18.0.0"
  }
}
