Commit 67c0e38
committed
Fix read tool token limit - reduce to 20k for MCP overhead
- Reduced max_tokens from 25000 → 20000
- Prevents 'response exceeds maximum allowed tokens' errors
- Leaves buffer for MCP protocol overhead
Fixes: read tool returning 27444 tokens (exceeds 25000 limit)1 parent fd374fb commit 67c0e38
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | | - | |
| 218 | + | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| |||
0 commit comments