Commit cbb548f
committed
mcp(fix[docs]): Clarify parameter descriptions from tmux source
why: Several MCP tool parameter descriptions were ambiguous when
cross-referenced against the tmux C source code. LLMs using these tools
need precise format guidance to construct correct arguments.
Verified against:
- layout-set.c:43-49 for built-in layout names
- cmd-split-window.c for size format
- option_tools target format per scope
what:
- select_layout: list all 7 built-in layout names from tmux source
- option_tools target: document expected format per scope (session name,
window ID '@1', pane ID '%1')1 parent fc4f7d7 commit cbb548f
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
115 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
0 commit comments