UNPKG

@clicktime/mcp-server

Version:

ClickTime MCP Tech Demo for AI agents to interact with ClickTime API

62 lines (61 loc) 1.29 kB
{ "name": "@clicktime/mcp-server", "version": "0.0.54", "description": "ClickTime MCP Tech Demo for AI agents to interact with ClickTime API", "type": "module", "main": "dist/index.js", "bin": { "clicktime-mcp": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsx src/cli.ts", "test": "vitest", "prepublishOnly": "npm run build", "start": "node dist/cli.js", "test:run": "vitest run", "test:ui": "vitest --ui" }, "keywords": [ "clicktime", "mcp", "model-context-protocol", "ai", "time-tracking", "claude" ], "author": "ClickTime", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "axios": "^1.9.0", "commander": "^14.0.0", "dotenv": "^16.5.0" }, "devDependencies": { "@types/node": "^24.0.1", "tsx": "^4.20.2", "typescript": "^5.8.3", "@types/jest": "^29.5.14", "vitest": "^3.2.3", "@vitest/ui": "^3.2.3", "@vitest/coverage-v8": "^3.2.3", "happy-dom": "^18.0.1" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/clicktime/mcp-server.git" }, "homepage": "https://github.com/clicktime/mcp-server#readme", "bugs": { "url": "https://github.com/clicktime/mcp-server/issues" } }