{ "name": "krexel-mcp", "version": "0.3.3", "description": "MCP server for Krexel — ship AND edit static sites from any AI assistant that speaks MCP. Your AI is the brain, Krexel is the hands.", "repository": { "type": "git", "url": "git+https://github.com/Syfer-web/krexel-mcp.git" }, "homepage": "https://github.com/Syfer-web/krexel-mcp#readme", "bugs": { "url": "https://github.com/Syfer-web/krexel-mcp/issues" }, "type": "module", "main": "./dist/index.js", "bin": { "krexel-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsc -p tsconfig.json --watch", "test": "node --test --import tsx/esm test/*.test.ts", "lint": "tsc --noEmit -p tsconfig.json", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "mcp", "model-context-protocol", "deploy", "cloudflare", "shipping", "website" ], "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "nanoid": "^5.0.9", "undici": "^7.1.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.2", "typescript": "^5.6.3" }, "mcpName": "io.github.Syfer-web/krexel-mcp" }