We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3c9cb commit f528d10Copy full SHA for f528d10
mcp_agent.config.yaml
@@ -2,7 +2,7 @@ $schema: ./schema/mcp-agent.config.schema.json
2
anthropic: null
3
default_search_server: brave
4
document_segmentation:
5
- enabled: true
+ enabled: False
6
size_threshold_chars: 50000
7
execution_engine: asyncio
8
logger:
@@ -101,8 +101,8 @@ mcp:
101
env:
102
PYTHONPATH: .
103
openai:
104
- base_max_tokens: 20000
105
- default_model: google/gemini-2.5-pro
+ base_max_tokens: 40000
+ default_model: anthropic/claude-3.5-sonnet
106
max_tokens_policy: adaptive
107
- retry_max_tokens: 32768
+ retry_max_tokens: 30000
108
planning_mode: traditional
0 commit comments