{
  "name": "@systemprompt/mcp-taskchecker",
  "version": "1.0.0",
  "description": "Model Context Protocol (MCP) server for intelligent task management, evaluation scoring, and session-based workflow tracking. Seamlessly integrates with AI assistants to provide structured task orchestration, real-time progress monitoring, and comprehensive evaluation metrics. Built by SystemPrompt.io for next-generation AI-driven productivity solutions.",
  "type": "module",
  "main": "./build/index.js",
  "module": "./src/index.ts",
  "types": "./build/index.d.ts",
  "bin": {
    "mcp-taskchecker": "build/index.js"
  },
  "files": [
    "build/**/*",
    "src/**/*",
    "README.md",
    "LICENSE",
    "package.json",
    "tsconfig.json"
  ],
  "scripts": {
    "build": "tsc && tsc-alias && chmod +x build/index.js",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "inspector": "npx @modelcontextprotocol/inspector build/index.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:client": "tsx scripts/client-test.ts",
    "test:server": "npm run build && npm run test:client",
    "start": "node build/index.js",
    "dev": "tsx watch src/index.ts",
    "docker:build": "docker build -t systemprompt-mcp-taskchecker .",
    "docker:run": "docker run -p 3000:3000 systemprompt-mcp-taskchecker"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ejb503/systemprompt-mcp-taskchecker.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "@types/express": "^5.0.2",
    "dotenv": "^16.5.0",
    "express": "^5.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.27.4",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-typescript": "^7.27.1",
    "@types/dotenv": "^8.2.3",
    "@types/jest": "^29.5.14",
    "@types/json-schema": "^7.0.15",
    "@types/node": "^20.17.57",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.4.1",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "ts-jest": "^29.3.4",
    "ts-jest-resolver": "^2.0.1",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.8.16",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "typescript-json-schema": "^0.63.0"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ai-tools",
    "task-management",
    "workflow-automation",
    "productivity",
    "systemprompt",
    "ai-assistant",
    "session-management",
    "evaluation-scoring",
    "typescript",
    "enterprise",
    "claude",
    "anthropic",
    "llm-tools",
    "task-orchestration",
    "workflow-tracking",
    "real-time-monitoring",
    "structured-responses",
    "ai-productivity",
    "session-based-storage",
    "evaluation-metrics",
    "enterprise-ready",
    "streamable-http",
    "mcp-server",
    "ai-integration",
    "task-evaluation",
    "progress-tracking",
    "intelligent-workflows"
  ],
  "author": {
    "name": "SystemPrompt.io",
    "email": "ed@tyingshoelaces.com",
    "url": "https://systemprompt.io"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/Ejb503/systemprompt-mcp-taskchecker/issues"
  },
  "homepage": "https://systemprompt.io",
  "engines": {
    "node": ">=18.0.0"
  }
}