{
  "name": "@feelreef/mcp",
  "version": "0.1.2",
  "description": "REEF with MCP — edit a feelreef native site's markdown from any MCP client: read the page grammar, save to a preview, inspect what you built, publish when you mean to. The AI-first way to build on feelreef.",
  "type": "module",
  "bin": {
    "feelreef-mcp": "src/index.js"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "src",
    "vendor"
  ],
  "homepage": "https://feelreef.com",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "feelreef",
    "sitetile",
    "static-site",
    "ai"
  ],
  "license": "MIT",
  "scripts": {
    "start": "node src/index.js",
    "test": "node --test tests/*.test.js",
    "test:container": "node --test tests-container/*.test.js",
    "vendor": "./scripts/vendor-tile.sh",
    "prepack": "./scripts/vendor-tile.sh"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0"
  }
}
