package.json•2.06 kB
{
"name": "7pace-mcp-server",
"version": "1.0.7",
"description": "🚀 AI-powered time tracking MCP server for 7pace Timetracker & Azure DevOps. Track time naturally with Claude AI using conversational commands. Zero context switching, real-time sync.",
"main": "dist/index.js",
"homepage": "https://github.com/turnono/7pace-mcp-server#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/turnono/7pace-mcp-server.git"
},
"bugs": {
"url": "https://github.com/turnono/7pace-mcp-server/issues"
},
"bin": {
"7pace-mcp-server": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "npm run health-check",
"test:full": "node test-suite.js",
"health-check": "node health-check.js",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"claude-ai",
"7pace",
"timetracker",
"time-tracking",
"azure-devops",
"devops",
"productivity",
"ai-tools",
"natural-language",
"workflow-automation",
"developer-tools",
"typescript",
"azure",
"microsoft",
"work-items",
"reporting",
"analytics",
"cursor-ide",
"vscode"
],
"author": {
"name": "Labournet DevOps Team",
"email": "devops@labournet.com",
"url": "https://github.com/turnono"
},
"license": "MIT",
"type": "commonjs",
"engines": {
"node": ">=18"
},
"files": [
"dist",
"README.md",
"LICENSE",
"env.example"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.1",
"@types/node": "^24.2.0",
"axios": "^1.11.0",
"dotenv": "^17.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/turnono"
},
"preferGlobal": false,
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}