- Initialize Task Master AI with configuration and PRD - Create comprehensive project improvement plan (10 tasks) - Set up MCP server integration for Claude Code - Add custom slash commands and tool configurations - Generate structured task breakdown for development phases: * Phase 1: TypeScript strict mode, code quality, security * Phase 2: Zustand, TanStack Query, testing setup * Phase 3: Performance optimization, automated deployment * Phase 4: Monitoring, bundle optimization 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
622 B
JSON
19 lines
622 B
JSON
{
|
|
"mcpServers": {
|
|
"task-master-ai": {
|
|
"command": "npx",
|
|
"args": ["-y", "--package=task-master-ai", "task-master-ai"],
|
|
"env": {
|
|
"ANTHROPIC_API_KEY": "${ANTHROPIC_API_KEY}",
|
|
"PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}",
|
|
"OPENAI_API_KEY": "${OPENAI_API_KEY}",
|
|
"GOOGLE_API_KEY": "${GOOGLE_API_KEY}",
|
|
"XAI_API_KEY": "${XAI_API_KEY}",
|
|
"OPENROUTER_API_KEY": "${OPENROUTER_API_KEY}",
|
|
"MISTRAL_API_KEY": "${MISTRAL_API_KEY}",
|
|
"AZURE_OPENAI_API_KEY": "${AZURE_OPENAI_API_KEY}",
|
|
"OLLAMA_API_KEY": "${OLLAMA_API_KEY}"
|
|
}
|
|
}
|
|
}
|
|
} |