MCP Prompts Server

{ "name": "@sparesparrow/mcp-prompts", "version": "1.2.22", "description": "An MCP server for managing and providing prompts and prompt templates", "type": "module", "bin": { "mcp-prompts": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "clean": "rimraf dist" }, "keywords": [ "mcp", "prompt", "template", "llm" ], "author": "sparesparrow", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "@modelcontextprotocol/server-postgres": "*", "zod": "^3.22.4" }, "devDependencies": { "@types/pg": "^8.11.10", "shx": "^0.3.4", "typescript": "^5.6.2", "rimraf": "^5.0.5" } }