UNPKG

auto-prompt-mcp-server

Version:

MCP server that automatically adds prompts to file submissions when no user prompt is provided

33 lines (32 loc) 835 B
{ "name": "auto-prompt-mcp-server", "version": "1.0.5", "description": "MCP server that automatically adds prompts to file submissions when no user prompt is provided", "main": "index.js", "types": "index.d.ts", "bin": { "auto-prompt-mcp": "./index.js" }, "scripts": { "build": "tsc index.ts", "start": "npm run build && node index.js", "dev": "tsx watch index.ts", "clean": "rm -rf index.js", "prebuild": "npm run clean" }, "keywords": ["mcp", "server", "auto-prompt", "file-processing", "typescript"], "author": "systematiccaos", "license": "MIT", "type": "module", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }