{ "name": "@mcpcentral/mcp-time", "version": "0.0.5", "mcpName": "io.github.mcpcentral-io/mcp-time", "description": "Time MCP server via HTTP", "type": "module", "bin": { "mcp-time": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "time", "date", "date and time", "model context protocol", "day", "week", "year" ], "author": "mcpcentral", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mcpcentral-io/mcp-time.git" }, "bugs": { "url": "https://github.com/mcpcentral-io/mcp-time/issues" }, "homepage": "https://github.com/mcpcentral-io/mcp-time#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dayjs": "^1.11.11", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@cloudflare/workers-types": "^4.20250402.0", "@types/node": "^22.0.0", "buffer": "^6.0.3", "typescript": "^5.6.0", "wrangler": "^4.8.0" }, "engines": { "node": ">=18.19.0" } }