Skip to content

Commit 74cefb4

Browse files
committed
docs(README): List the 11 new MCP tools in the Tools table
why: The Tools table is the first surface readers hit on GitHub and PyPI. After PR #11 added 11 new tools (snapshot_pane, paste_text, select_pane, select_window, swap_pane, move_window, pipe_pane, display_message, wait_for_content_change, enter_copy_mode, exit_copy_mode), the table still showed only the pre-PR set, hiding the new capabilities from readers who don't click through to the docs site. what: - Session row: add `select_window`. - Window row: add `move_window`. - Pane row: add the nine new pane tools in a roughly semantic order (input → read → wait → navigate → mutate → scrollback/logging → destroy).
1 parent 60a7381 commit 74cefb4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Give your AI agent hands inside the terminal — create sessions, run commands,
1616
| Module | Tools |
1717
|--------|-------|
1818
| **Server** | `list_sessions`, `create_session`, `kill_server`, `get_server_info` |
19-
| **Session** | `list_windows`, `create_window`, `rename_session`, `kill_session` |
20-
| **Window** | `list_panes`, `split_window`, `rename_window`, `kill_window`, `select_layout`, `resize_window` |
21-
| **Pane** | `send_keys`, `capture_pane`, `resize_pane`, `kill_pane`, `set_pane_title`, `get_pane_info`, `clear_pane`, `search_panes`, `wait_for_text` |
19+
| **Session** | `list_windows`, `create_window`, `rename_session`, `select_window`, `kill_session` |
20+
| **Window** | `list_panes`, `split_window`, `rename_window`, `select_layout`, `resize_window`, `move_window`, `kill_window` |
21+
| **Pane** | `send_keys`, `paste_text`, `capture_pane`, `snapshot_pane`, `search_panes`, `get_pane_info`, `wait_for_text`, `wait_for_content_change`, `display_message`, `select_pane`, `swap_pane`, `resize_pane`, `set_pane_title`, `clear_pane`, `pipe_pane`, `enter_copy_mode`, `exit_copy_mode`, `kill_pane` |
2222
| **Options** | `show_option`, `set_option` |
2323
| **Environment** | `show_environment`, `set_environment` |
2424

0 commit comments

Comments
 (0)