{
  "name": "@kinlab/kin-mcp",
  "version": "0.7.21",
  "mcpName": "ai.kinlab/kin",
  "description": "Start the MCP server for Kin, a graph-native code repository for people and AI agents, through an npm-friendly wrapper.",
  "type": "module",
  "bin": {
    "kin-mcp": "./bin/kin-mcp.js"
  },
  "files": [
    "bin/",
    "src/",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "test": "node --test ./test/index.test.js ../../scripts/mcpb/test-build.mjs",
    "test:unit": "node --test ./test/index.test.js",
    "lint": "node --check ./bin/kin-mcp.js && node --check ./src/index.js && node --check ./test/index.test.js && node --check ./test/smoke-first-run.mjs && node --check ../../scripts/mcpb/test-build.mjs",
    "smoke": "node ./test/smoke-first-run.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "kin",
    "mcp",
    "claude",
    "codex",
    "gemini"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firelock-ai/kin.git"
  },
  "homepage": "https://kinlab.ai",
  "bugs": {
    "url": "https://github.com/firelock-ai/kin/issues"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  }
}
