{ "name": "prefab-mcp", "version": "0.1.1", "description": "List, create and deploy your Prefab project templates from any MCP agent.", "type": "module", "bin": { "prefab-mcp": "./src/index.js" }, "engines": { "node": ">=18" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "scripts": { "test": "swiftc -O -o test/parity-swift '../Prefab Root/Prefab/Services/RenamePattern.swift' '../Prefab Root/Prefab/Services/FileDates.swift' '../Prefab Root/Shared/SharedModels.swift' '../Prefab Root/Shared/SharedConstants.swift' test/main.swift 2>/dev/null; node test/parity.mjs", "try": "node test-client.js", "prepublishOnly": "node --check src/index.js && node --check src/store.js && node --check src/resolve.js && node --check src/command.js" }, "mcpName": "io.prefabapp/prefab", "keywords": [ "mcp", "modelcontextprotocol", "prefab", "macos", "templates", "scaffolding", "claude" ], "homepage": "https://www.prefabapp.io/mcp/", "repository": { "type": "git", "url": "git+https://github.com/davidjaykelly/prefab-mcp.git" }, "bugs": { "url": "https://github.com/davidjaykelly/prefab-mcp/issues" }, "author": "David Kelly", "os": [ "darwin" ], "files": [ "src/", "README.md", "LICENSE" ] }