Fix for: https://github.com/BeehiveInnovations/zen-mcp-server/issues/102 - Removed centralized MODEL_CAPABILITIES_DESC from config.py - Added model descriptions to individual provider SUPPORTED_MODELS - Updated _get_available_models() to use ModelProviderRegistry for API key filtering - Added comprehensive test suite validating bug reproduction and fix
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
"description": "Google's Gemini 2.5 Flash via OpenRouter with vision"
|
||||
},
|
||||
{
|
||||
"model_name": "mistral/mistral-large",
|
||||
"model_name": "mistralai/mistral-large-2411",
|
||||
"aliases": ["mistral-large", "mistral"],
|
||||
"context_window": 128000,
|
||||
"supports_extended_thinking": false,
|
||||
|
||||
Reference in New Issue
Block a user