@yeepay/awesome-components-mcp
Version:
MCP server providing access to awesome-components documentation and integration guides with dual-mode operation: direct fetch and GitLab MCP instruction generation
33 lines • 868 B
JSON
{
"models": {
"main": {
"provider": "openrouter",
"modelId": "google/gemini-2.5-pro-preview",
"maxTokens": 950000,
"temperature": 0.2
},
"research": {
"provider": "openrouter",
"modelId": "google/gemini-2.5-pro-preview",
"maxTokens": 950000,
"temperature": 0.1
},
"fallback": {
"provider": "openrouter",
"modelId": "google/gemini-2.5-flash-preview-05-20",
"maxTokens": 950000,
"temperature": 0.1
}
},
"global": {
"logLevel": "info",
"debug": false,
"defaultSubtasks": 5,
"defaultPriority": "medium",
"projectName": "Taskmaster",
"ollamaBaseURL": "http://localhost:11434/api",
"bedrockBaseURL": "https://bedrock.us-east-1.amazonaws.com",
"azureOpenaiBaseURL": "https://your-endpoint.openai.azure.com/",
"userId": "1234567890"
}
}