converse-mcp-server 2.21.3 → 2.21.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/providers/copilot.js +2 -2
package/package.json
CHANGED
package/src/providers/copilot.js
CHANGED
|
@@ -128,7 +128,7 @@ const SUPPORTED_MODELS = {
|
|
|
128
128
|
supportsReasoningEffort: true,
|
|
129
129
|
timeout: 600000,
|
|
130
130
|
description: 'OpenAI GPT-5.4 via Copilot subscription',
|
|
131
|
-
aliases: ['gpt-5'],
|
|
131
|
+
aliases: ['gpt-5', 'codex'],
|
|
132
132
|
},
|
|
133
133
|
'gpt-5.2-codex': {
|
|
134
134
|
modelName: 'gpt-5.2-codex',
|
|
@@ -156,7 +156,7 @@ const SUPPORTED_MODELS = {
|
|
|
156
156
|
supportsReasoningEffort: true,
|
|
157
157
|
timeout: 600000,
|
|
158
158
|
description: 'OpenAI GPT-5.3 Codex via Copilot subscription',
|
|
159
|
-
aliases: [
|
|
159
|
+
aliases: [],
|
|
160
160
|
},
|
|
161
161
|
|
|
162
162
|
// Anthropic models
|