Search the documentation
46 pages for tui.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
TUI client
Model Context Protocol · title
docs/2026-07-28/tools/inspector/tui
TUI client
Model Context Protocol · title
docs/draft/tools/inspector/tui
optimizing-for-cost-and-intelligence
Claude Developer Platform · in the page
about-claude/models/optimizing-for-cost-and-intelligence
…e routine, normally solvable share of the work, the opposite of the intuition that workers are for hard problems. On the full, harder BrowseComp set, the economics reversed. If your traffic has a long…
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/best-practices
…you didn't anticipate? This might indicate your structure isn't as intuitive as you thought * **Missed connections:** Does Claude fail to follow references to important files? Your links might need t…
using
Claude Developer Platform · in the page
cli-sdks-libraries/cli/using
…filters. ### Interactive explorer The explorer is a fold-and-search TUI for browsing large responses. Arrow keys expand and collapse nodes, `/` searches, `q` exits. List and retrieve commands open i…
DCF Model Rubric
Claude Developer Platform · in the page
managed-agents/define-outcomes
…remium are sourced or justified ## Terminal Value - Uses either perpetuity growth or exit multiple method (stated which) - Terminal growth rate does not exceed long-term GDP growth ## Output Quality…
increase-consistency
Claude Developer Platform · in the page
test-and-evaluate/strengthen-guardrails/increase-consistency
…<overview>Rising star in data analytics and visualization. Offers intuitive, self-service BI tools with a freemium model, appealing to startups and enterprise teams alike.</overview> <swot>…
Use Claude Code with a screen reader
Claude Code CLI · in the page
accessibility
…review commands or your terminal's search. Claude Code ignores the [`tui` setting](/docs/en/settings-reference#tui) in screen reader mode. Apart from the attached background sessions listed under [Kn…
Securely deploying AI agents
Claude Code CLI · in the page
agent-sdk/secure-deployment
…ew-privileges` | Prevents processes from gaining privileges through setuid binaries | | `--security-opt seccomp=...…
Manage multiple agents with agent view
Claude Code CLI · in the page
agent-view
…render in [fullscreen mode](/docs/en/fullscreen), regardless of your `tui` setting, because a background session has no terminal scrollback to append to. Scroll with `PgUp`, `PgDn`, or the mouse wheel…
Best practices for Claude Code
Claude Code CLI · in the page
best-practices
…xploration doesn't consume your main context. *** ## Develop your intuition The patterns in this guide aren't set in stone. They're starting points that work well in general, but might not be optim…
Claude Code changelog
Claude Code CLI · in the page
changelog
…rmissions`), tool allow/deny rules, model or effort flags * Fixed `/tui` dropping launch `--allowed-tools`/`--disallowed-tools` rules when it restarts; it now declines to switch, with the reason, wh…
CLI reference
Claude Code CLI · in the page
cli-reference
…corative borders or animations. Forces the classic renderer, so the [`tui`](/docs/en/settings-reference#tui) setting has no effect; attached [background sessions](/docs/en/agent-view) still render ful…
Commands
Claude Code CLI · in the page
commands
…| | `/tui [default\|fullscreen]` | Set the terminal UI renderer and rel…
Environment variables
Claude Code CLI · in the page
env-vars
…launched in an IDE-integrated terminal. A nested interactive `claude` TUI started this way is automatically excluded from `--resume`, `--continue`, up-arrow history, and the `claude agents` list. Non-…
Error reference
Claude Code CLI · in the page
errors
…running shell commands before their prompt runs. So do errors from `/tui`, which relaunches the CLI. ### Conflict between --bg and --print This message requires Claude Code v2.1.198 or later. You c…
Fullscreen rendering
Claude Code CLI · in the page
fullscreen
…lassic renderer](#fullscreen-by-default) depends on your setup. Run `/tui fullscreen` or `/tui default` to switch in your current conversation. Behavior may change based on feedback. </Note> Fullscre…
Interactive mode
Claude Code CLI · in the page
interactive-mode
…is open (toggled with `Ctrl+O`), these shortcuts are available. Run `/tui` with no argument to check which renderer is active. `Ctrl+E` can be rebound via [`transcript:toggleShowAll`](/docs/en/keybind…
Claude Code settings
Claude Code CLI · in the page
settings
…or animations. Screen-reader mode uses the classic renderer, so the `tui` setting has no effect while it is active; attached [background sessions](/docs/en/agent-view) still render fullscreen. The [`…
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…| Interface and terminal | Any file | | [`tui`](#tui) | Choose the [fullscreen](/docs/en/f…
Extend Claude with skills
Claude Code CLI · in the page
skills
…out setup. They infer the launch from your project type (CLI, server, TUI, browser-driven) and from what's in your README, `package.json`, or `Makefile`. That inference gets unreliable for projects th…
Configure your terminal for Claude Code
Claude Code CLI · in the page
terminal-config
…attached [background sessions](/docs/en/agent-view), and if you run `/tui fullscreen` in any other session, Claude Code prints an explanation instead of switching. If the display flickers or the scro…
Week 16 · April 13–17, 2026
Claude Code CLI · in the page
whats-new/2026-w16
…nd or turn it off from <code>/config</code></div> <div>New <code>/tui</code> command and <code>tui</code> setting switch between classic and flicker-free rendering mid-conversation; focus view mov…
Inspector V2 Working Group Charter
Model Context Protocol · in the page
community/working-groups/inspector-v2
…ctor Core architecture that maximizes code reuse across Web, CLI, and TUI implementations, together with a comprehensive testing apparatus. This effort requires cross-maintainer collaboration because…
MCP Inspector
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector
…ine-readable client for CI, shell pipelines, and coding agents. | | **TUI** | `npx @modelcontextprotocol/inspector --tui` | An interactive terminal UI, for when a browser isn't available or wanted.…
Authorization
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/authorization
…app listens for the OAuth callback on its own URL, while the CLI and TUI deliberately share a second one: | Surface | Default callback | Why…
CLI client
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/cli
…ol-eras), and roots) apply to the connection, resolved exactly as the TUI and web client resolve them. A `--header` flag overrides the file's headers for that run while leaving its timeouts and OAuth…
Configuration and flags
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/configuration
…d forwards every other argument to one of three clients (web, CLI, or TUI). Each client defines its own flags, so a flag that works in one can be unknown to another (`--method`, for example, is CLI-on…
Protocol eras
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/protocol-eras
…catalog or config file it is the `protocolEra` field; in the CLI and TUI it comes from that same file. | Era | What the Inspector does at connect…
Recipes
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/recipes
…`stderr` lands in the **Console** tab (web) or the Console tab (`o`, TUI), which is where most stdio servers put their diagnostics, so check there first when a connection fails for no visible reason.…
Web client
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/web
…nspector/configuration) for the full rules, including why the CLI and TUI seed an empty catalog instead. ### Server Settings * **Protocol Era**: `legacy` / `auto` / `modern`. See [Protocol eras](/do…
MCP Inspector
Model Context Protocol · in the page
docs/draft/tools/inspector
…ine-readable client for CI, shell pipelines, and coding agents. | | **TUI** | `npx @modelcontextprotocol/inspector --tui` | An interactive terminal UI, for when a browser isn't available or wanted.…
Authorization
Model Context Protocol · in the page
docs/draft/tools/inspector/authorization
…app listens for the OAuth callback on its own URL, while the CLI and TUI deliberately share a second one: | Surface | Default callback | Why…
CLI client
Model Context Protocol · in the page
docs/draft/tools/inspector/cli
…ol-eras), and roots) apply to the connection, resolved exactly as the TUI and web client resolve them. A `--header` flag overrides the file's headers for that run while leaving its timeouts and OAuth…
Configuration and flags
Model Context Protocol · in the page
docs/draft/tools/inspector/configuration
…d forwards every other argument to one of three clients (web, CLI, or TUI). Each client defines its own flags, so a flag that works in one can be unknown to another (`--method`, for example, is CLI-on…
Protocol eras
Model Context Protocol · in the page
docs/draft/tools/inspector/protocol-eras
…catalog or config file it is the `protocolEra` field; in the CLI and TUI it comes from that same file. | Era | What the Inspector does at connect…
Recipes
Model Context Protocol · in the page
docs/draft/tools/inspector/recipes
…`stderr` lands in the **Console** tab (web) or the Console tab (`o`, TUI), which is where most stdio servers put their diagnostics, so check there first when a connection fails for no visible reason.…
Web client
Model Context Protocol · in the page
docs/draft/tools/inspector/web
…nspector/configuration) for the full rules, including why the CLI and TUI seed an empty catalog instead. ### Server Settings * **Protocol Era**: `legacy` / `auto` / `modern`. See [Protocol eras](/do…
SEP-1034: Support default values for all primitive types in elicitation schemas
Model Context Protocol · in the page
seps/1034--support-default-values-for-all-primitive-types-in
…al ensures backward compatibility. 3. This maintains the high-level intuition of keeping the client implementation simple. ### Alternatives Considered 1. **Server-side Templates**: Servers could mai…
SEP-1302: Formalize Working Groups and Interest Groups in MCP Governance
Model Context Protocol · in the page
seps/1302-formalize-working-groups-and-interest-groups-in-mc
…ting expectations * This means successful IG’s will live on in perpetuity **Creation Template**: * Facilitator(s) * Maintainer(s) (optional) * Flag potential overlap with other IG’s * How this IG…
Sampling
Model Context Protocol · in the page
specification/2024-11-05/client/sampling
…Applications **SHOULD**: * Provide UI that makes it easy and intuitive to review sampling requests * Allow users to view and edit prompts before sending * Present generated responses for re…
Sampling
Model Context Protocol · in the page
specification/2025-03-26/client/sampling
…Applications **SHOULD**: * Provide UI that makes it easy and intuitive to review sampling requests * Allow users to view and edit prompts before sending * Present generated responses for re…
Sampling
Model Context Protocol · in the page
specification/2025-06-18/client/sampling
…Applications **SHOULD**: * Provide UI that makes it easy and intuitive to review sampling requests * Allow users to view and edit prompts before sending * Present generated responses for re…
Sampling
Model Context Protocol · in the page
specification/2025-11-25/client/sampling
…Applications **SHOULD**: * Provide UI that makes it easy and intuitive to review sampling requests * Allow users to view and edit prompts before sending * Present generated responses for re…
Sampling
Model Context Protocol · in the page
specification/2026-07-28/client/sampling
…Applications **SHOULD**: * Provide UI that makes it easy and intuitive to review sampling requests * Allow users to view and edit prompts before sending * Present generated responses for re…
Sampling
Model Context Protocol · in the page
specification/draft/client/sampling
…Applications **SHOULD**: * Provide UI that makes it easy and intuitive to review sampling requests * Allow users to view and edit prompts before sending * Present generated responses for re…