#Features Overview
MoMCP-TUI packs a rich set of features into a terminal interface.
#Feature Summary
| Feature | Description |
|---|---|
| TUI Interface | Bubble chat, streaming output, command palette |
| Tool Calling | Automatic MCP tool invocation |
| Thinking Process | Visualize LLM reasoning |
| Chat History | Auto-save and restore sessions |
| Internationalization | Chinese and English UI |
#Keyboard Shortcuts
| Key | Action |
|---|---|
Enter | Send message |
Ctrl+C | Copy last assistant reply |
Escape | Interrupt generation / Exit |
q | Quit (when no input) |
/ | Open command palette |
#TUI Layout
┌─────────────────────────────────────────────┐
│ MoMCP TUI (v0.3.5) 14:30 │ ← Header
├─────────────────────────────────────────────┤
│ │
│ [小Mo] Hello! I'm your assistant... │ ← Chat bubbles
│ │
│ [You] List files in current directory │
│ │
│ [小Mo] Here are the files: │
│ - src/ │
│ - README.md │
│ │
├─────────────────────────────────────────────┤
│ [MCP momcp] Running... fs_list │ ← Tool call status
├─────────────────────────────────────────────┤
│ Type a command or message, press Enter... │ ← Input
├─────────────────────────────────────────────┤
│ Model: deepseek-v4-pro | Tokens: ~2,400 │ ← Info bar
└─────────────────────────────────────────────┘ ← Footer