package.json•511 B
{
"name": "claude-code-prompt-engineer-mcp",
"version": "2.0.0",
"description": "Advanced prompt engineering MCP server for Claude Code with interactive refinement and automatic optimization",
"main": "index.ts",
"scripts": {
"start": "tsx index.ts",
"build": "tsc",
"dev": "tsx watch index.ts"
},
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0"
},
"devDependencies": {
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.8.2"
}
}