prompt-scheduler-mcp
Version:
MCP server for managing Augment Prompt Scheduler tasks with local workspace storage and real-time countdown features
58 lines (57 loc) • 1.4 kB
JSON
{
"name": "prompt-scheduler-mcp",
"version": "1.2.0",
"description": "MCP server for managing Augment Prompt Scheduler tasks with local workspace storage and real-time countdown features",
"main": "dist/index.js",
"type": "module",
"bin": {
"prompt-scheduler-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"prompt-scheduler",
"augment",
"ai",
"automation",
"vscode",
"workspace-isolation",
"countdown-timer",
"idle-detection",
"task-scheduler",
"claude",
"chatgpt"
],
"author": "Zrald1 <geraldbustilla@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Zrald1/autosend-augment.git",
"directory": "prompt-scheduler-mcp"
},
"homepage": "https://github.com/Zrald1/autosend-augment#readme",
"bugs": {
"url": "https://github.com/Zrald1/autosend-augment/issues"
},
"files": [
"dist/**/*",
"README.md",
"package.json"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.0.15",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}