package.json•687 B
{
"name": "routine-mcp-server",
"version": "1.0.3",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"clean": "rm -rf dist"
},
"keywords": [],
"author": "Routine <contact@routine.co> (https://routine.co/)",
"license": "MIT",
"description": "The Routine Model Context Protocol server, allowing AI clients to interact with Routine",
"bin": {
"mcp-server": "dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.7.0",
"@types/ws": "^8.18.1",
"ws": "8.18.1",
"zod": "3.24.2"
},
"devDependencies": {
"@types/node": "22.13.6",
"typescript": "5.8.2"
}
}