UNPKG

@pylogmonmcp/time

Version:

Time MCP Server running on stdio

30 lines 600 B
{ "name": "@pylogmonmcp/time", "version": "1.0.6", "private": false, "description": "Time MCP Server running on stdio", "type": "module", "bin": { "mcp-server-time": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js" }, "files": [ "build" ], "keywords": [ "MCP", "Time" ], "author": "Pylogmon", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0" }, "devDependencies": { "@types/node": "^22.13.10", "typescript": "^5.8.2" }, "repository": "https://github.com/Pylogmon/time-mcp" }