{
  "name": "@nacre.work/mcp",
  "version": "0.26.0",
  "description": "Nacre MCP server: Streamable HTTP and STDIO",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nacre-work/nacre.git",
    "directory": "packages/mcp"
  },
  "homepage": "https://nacre.work",
  "license": "Apache-2.0",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "nacre-mcp": "./dist/stdio-main.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "NOTICE"
  ],
  "dependencies": {
    "@nacre.work/api": "0.26.0",
    "@nacre.work/core": "0.26.0"
  },
  "devDependencies": {
    "@types/node": "^26.1.2"
  },
  "keywords": [
    "nacre",
    "mcp",
    "model-context-protocol",
    "agents",
    "rag",
    "permissions",
    "self-hosted"
  ],
  "bugs": {
    "url": "https://github.com/nacre-work/nacre/issues"
  },
  "author": "Nacre",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "tsc -b",
    "dev": "tsx watch src/index.ts"
  }
}