Skip to main content
Glama
package.json2.92 kB
{ "name": "timesheet-mcp-server", "version": "1.0.0", "description": "AI-powered timesheet automation via Model Context Protocol (MCP) and NestJS. Manage timesheets through natural conversation with Claude and other AI assistants.", "author": "Timesheet MCP Contributors", "license": "MIT", "keywords": [ "mcp", "model-context-protocol", "timesheet", "automation", "nestjs", "claude", "productivity", "time-tracking" ], "repository": { "type": "git", "url": "https://github.com/AmanSurushe/timesheet-mcp.git" }, "bugs": { "url": "https://github.com/AmanSurushe/timesheet-mcp/issues" }, "homepage": "https://github.com/AmanSurushe/timesheet-mcp#readme", "scripts": { "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "start": "nest start", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "mcp": "npm run build && node dist/main", "inspector": "npm run build && npx @modelcontextprotocol/inspector node dist/main.js", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", "test:e2e": "jest --config ./test/jest-e2e.json" }, "dependencies": { "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "@nestjs/config": "^3.0.0", "@nestjs/platform-express": "^10.0.0", "@nestjs/axios": "^3.0.0", "@rekog/mcp-nest": "^1.8.4", "@modelcontextprotocol/sdk": "^1.10.0", "csv-parse": "^5.5.0", "date-fns": "^3.0.0", "zod": "^3.22.0", "axios": "^1.6.0", "class-validator": "^0.14.0", "class-transformer": "^0.5.1", "rxjs": "^7.8.1", "reflect-metadata": "^0.1.13" }, "devDependencies": { "@nestjs/cli": "^10.0.0", "@nestjs/schematics": "^10.0.0", "@nestjs/testing": "^10.0.0", "@types/express": "^4.17.17", "@types/jest": "^29.5.2", "@types/node": "^20.3.1", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.42.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.5.0", "prettier": "^3.0.0", "source-map-support": "^0.5.21", "ts-jest": "^29.1.0", "ts-loader": "^9.4.3", "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "typescript": "^5.1.3" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arshad-khan1/Timesheet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server