converse-mcp-server 2.25.1 → 2.27.0

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/LICENSE CHANGED
@@ -1,19 +1,19 @@
1
- Copyright 2025 Converse MCP Server Contributors
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1
+ Copyright 2025 Converse MCP Server Contributors
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
19
  SOFTWARE.
package/README.md CHANGED
@@ -161,7 +161,7 @@ Get multiple AI models to analyze the same question simultaneously. Each model c
161
161
  // Asynchronous consensus (for complex analysis)
162
162
  {
163
163
  "prompt": "Review our system architecture and provide comprehensive recommendations",
164
- "models": ["gpt-5", "gemini-2.5-pro", "claude-sonnet-4"],
164
+ "models": ["gpt-5", "gemini-2.5-pro", "claude-sonnet-4-6"],
165
165
  "files": ["/path/to/architecture-docs"],
166
166
  "async": true, // Run in background
167
167
  "enable_cross_feedback": true
@@ -268,11 +268,12 @@ SUMMARIZATION_MODEL=gpt-5-nano # Default: gpt-5-nano
268
268
 
269
269
  ### Anthropic Models
270
270
 
271
- - **claude-opus-4.1**: Highest intelligence with extended thinking (200K context)
272
- - **claude-sonnet-4**: Balanced performance with extended thinking (200K context)
273
- - **claude-3.7-sonnet**: Enhanced 3.x generation with thinking (200K context)
274
- - **claude-3.5-sonnet**: Fast and intelligent (200K context)
275
- - **claude-3.5-haiku**: Fastest model for simple queries (200K context)
271
+ - **claude-fable-5** (alias: `fable`): Most capable model for demanding reasoning and long-horizon agentic work (1M context, 128K output)
272
+ - **claude-opus-4-8** (alias: `opus`): Most capable Opus for complex reasoning and agentic coding (200K context, 1M via beta, 128K output)
273
+ - **claude-opus-4-7** / **claude-opus-4-6**: Previous Opus generations with adaptive thinking (128K output)
274
+ - **claude-opus-4-5** / **claude-opus-4-1**: Legacy Opus models with extended thinking (64K / 32K output)
275
+ - **claude-sonnet-4-6** (alias: `sonnet`): Best combination of speed and intelligence with adaptive thinking (64K output)
276
+ - **claude-haiku-4-5** (alias: `haiku`): Fast and intelligent for simple queries (64K output)
276
277
 
277
278
  ### Mistral Models
278
279
 
@@ -300,6 +301,14 @@ SUMMARIZATION_MODEL=gpt-5-nano # Default: gpt-5-nano
300
301
  - Requires ChatGPT login or CODEX_API_KEY
301
302
  - See [Configuration](#configuration) for sandbox and approval settings
302
303
 
304
+ ### Claude Agent SDK Models
305
+
306
+ - **claude** (aliases: `claude-sdk`, `claude-code`): Claude via the Claude Agent SDK
307
+ - Defaults to Claude Fable 5; pick a specific model with `claude:fable` or `claude:opus`
308
+ - Uses Claude Code CLI authentication (`claude login`) - no API key needed
309
+ - Direct filesystem access from working directory
310
+ - Unknown `claude:`-prefixed names pass through to the SDK (e.g. `claude:claude-sonnet-4-6`)
311
+
303
312
  ## 📚 Help & Documentation
304
313
 
305
314
  ### Built-in Help
@@ -398,6 +407,13 @@ Use `"auto"` for automatic model selection, or specify exact models:
398
407
  "pro"; // -> gemini-2.5-pro
399
408
  "grok"; // -> grok-4-0709
400
409
  "grok-4"; // -> grok-4-0709
410
+ "fable"; // -> claude-fable-5 (Anthropic API)
411
+ "opus"; // -> claude-opus-4-8 (Anthropic API)
412
+
413
+ // SDK providers (subscription-based, no API key)
414
+ "claude"; // -> Claude Agent SDK (Claude Fable 5)
415
+ "claude:opus"; // -> Claude Agent SDK (Claude Opus 4.8)
416
+ "copilot:codex"; // -> GitHub Copilot SDK (gpt-5.3-codex)
401
417
  ```
402
418
 
403
419
  **Auto Model Behavior:**
@@ -405,17 +421,21 @@ Use `"auto"` for automatic model selection, or specify exact models:
405
421
  - **Chat Tool**: Selects the first available provider and uses its default model
406
422
  - **Consensus Tool**: When using `["auto"]`, automatically expands to the first 3 available providers
407
423
 
408
- Provider priority order (requires corresponding API key):
409
-
410
- 1. OpenAI (`gpt-5`)
411
- 2. Google (`gemini-2.5-pro`)
412
- 3. XAI (`grok-4`)
413
- 4. Anthropic (`claude-sonnet-4-20250514`)
414
- 5. Mistral (`magistral-medium-2506`)
415
- 6. DeepSeek (`deepseek-reasoner`)
416
- 7. OpenRouter (`qwen/qwen3-coder`)
417
-
418
- The system will use the first 3 providers that have valid API keys configured. This enables automatic multi-model consensus without manually specifying models.
424
+ Provider priority order (subscription-based SDK providers first, then API-key providers):
425
+
426
+ 1. Codex (`codex`)
427
+ 2. Gemini CLI (`gemini`)
428
+ 3. Claude Agent SDK (`claude` → Claude Fable 5)
429
+ 4. Copilot (`copilot`)
430
+ 5. OpenAI (`gpt-5`)
431
+ 6. Google (`gemini-pro`)
432
+ 7. XAI (`grok-4-0709`)
433
+ 8. Anthropic (`claude-sonnet-4-20250514`)
434
+ 9. Mistral (`magistral-medium-2506`)
435
+ 10. DeepSeek (`deepseek-reasoner`)
436
+ 11. OpenRouter (`qwen/qwen3-coder`)
437
+
438
+ The system will use the first 3 providers that are available (authenticated SDK or valid API key). This enables automatic multi-model consensus without manually specifying models.
419
439
 
420
440
  ### Advanced Configuration
421
441