Commit d08261d
committed
mcp(feat[server]): Add version and expand instructions
why: The MCP lifecycle spec shows `serverInfo` with `name`, `title`, and
`version` fields. The server was missing `version`. The instructions
string also lacked the tmux hierarchy model and env var configuration
that help LLMs use tools effectively.
what:
- Add `version` from `libtmux.__about__.__version__`
- Add tmux hierarchy description (Server > Session > Window > Pane)
- Document LIBTMUX_SOCKET env var default for socket_name1 parent 6088e7f commit d08261d
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | | - | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments