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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "converse-mcp-server",
3
- "version": "2.21.3",
3
+ "version": "2.21.4",
4
4
  "description": "Converse MCP Server - Converse with other LLMs with chat and consensus tools",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -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: ['codex'],
159
+ aliases: [],
160
160
  },
161
161
 
162
162
  // Anthropic models