Commit d0cdcf0
fix: forward disable_thinking through the MCP generate_docs path
codewiki/mcp/server.py built its BackendConfig via from_cli() without passing
disable_thinking, so the new default always applied to MCP-triggered
generation and a persisted --enable-thinking was silently ignored. Forward the
persisted setting so the escape hatch works for MCP too.
Addresses Codex review feedback on this PR.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent fd0cfe9 commit d0cdcf0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| 508 | + | |
508 | 509 | | |
509 | 510 | | |
510 | 511 | | |
| |||
0 commit comments