get_config
Retrieve the current tmux-mcp configuration to determine whether tmux is installed and whether to route shell commands through tmux for the remainder of the task.
Instructions
Returns the current tmux-mcp configuration: whether tmux is installed, the default session name, and whether the agent is configured to always route shell commands through tmux. Call this at the start of any task to check how the agent should behave. If alwaysUseTmux is true, route all shell commands through send_keys in the configured session instead of direct Bash for the remainder of the task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||