task-engine-ai-core
Version:
Revolutionary AI-driven task management system with complete transformation trilogy: Frontend v0.1.0, Backend v0.2.0, CLI v0.3.0 - Enterprise-grade performance with 95% improvements
26 lines • 734 B
JSON
{
"mcpServers": {
"task-engine-ai-core": {
"command": "npx",
"args": [
"--package=task-engine-ai-core@0.7.6",
"task-master-mcp"
],
"env": {
"TASK_ENGINE_VERSION": "0.7.6",
"TASK_ENGINE_ENVIRONMENT": "development",
"TASK_ENGINE_DEBUG": "true",
"TASK_ENGINE_LOG_LEVEL": "info",
"MAX_TOKENS": "64000",
"TEMPERATURE": "0.6",
"DEFAULT_SUBTASKS": "5",
"DEFAULT_PRIORITY": "medium",
"ENABLE_ACTIVE_AGENT_DETECTION": "true",
"ENABLE_DIRECT_TASK_CREATION": "true",
"SKIP_REDUNDANT_AI_GENERATION": "true",
"USE_MODERN_FOLDER_STRUCTURE": "true",
"FOLDER_NAME": ".task-engine"
}
}
}
}