Thinking Process
When thinking mode is enabled, MoMCP-TUI displays the LLM's reasoning process before the final answer.
What Is Thinking Mode?
Many LLMs (DeepSeek, Qwen, Kimi, etc.) support a "thinking" or "reasoning" mode where the model shows its step-by-step reasoning before producing the final answer.
Enabling/Disabling
Toggle thinking mode via the /think command:
How It Looks
When thinking is enabled, you'll see two phases:
Phase 1: Thinking
Phase 2: Response
Streaming
Both thinking and response content stream in real-time. You see the reasoning unfold as the model processes your request.