{ "name": "god-prompt-mcp", "version": "1.0.13", "mcpName": "io.github.AKzar1el/god-prompt-mcp", "description": "MCP server for GodPrompt — the universal AI software development system prompt", "private": false, "license": "MIT", "type": "module", "files": [ "dist/stdio.js", "dist/server.js", "dist/content.js", "README.md", "LICENSE" ], "bin": { "god-prompt-mcp": "dist/stdio.js" }, "repository": { "type": "git", "url": "git+https://github.com/AKzar1el/god-prompt-mcp.git" }, "homepage": "https://tomiseregi.si/projects/god-prompt", "funding": { "type": "individual", "url": "https://github.com/sponsors/AKzar1el/sponsorships?tier_id=657478&metadata_campaign=godprompt_rs1&metadata_offer=agent_harness_review&metadata_source=npm" }, "bugs": { "url": "https://github.com/AKzar1el/god-prompt-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "god-prompt", "prompt-engineering", "system-prompt", "coding-assistant", "ai-agent", "tdd", "debugging", "software-engineering" ], "engines": { "node": ">=22" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "dev": "wrangler dev", "build": "tsc -p tsconfig.build.json", "deploy": "wrangler deploy", "test": "node --test tests/*.test.mjs", "prepublishOnly": "npm test", "prepare": "npm run build", "cf-typegen": "wrangler types --env-interface CloudflareBindings", "generate-content": "node scripts/generate-content.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "zod": "^3.24.2" }, "devDependencies": { "@cloudflare/workers-types": "^4.20250313.0", "agents": "^0.0.98", "typescript": "^5.7.3", "wrangler": "^4.14.1" } }