File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55MCP resources are addressable documents the server exposes at
66`` tmux:// `` URIs. Clients read them via `` resources/read `` . All
7- libtmux-mcp resources are ** resource templates** — each URI includes
8- a `` {?socket_name} `` query parameter for socket isolation, plus
9- structural path parameters (`` {session_name} `` , `` {pane_id} `` , …) so
10- a single template covers every session, window, or pane.
7+ libtmux-mcp resources are
8+ [ resource templates] ( https://modelcontextprotocol.io/specification/2025-11-25/server/resources#resource-templates )
9+ — each URI includes a `` {?socket_name} `` query parameter for socket
10+ isolation, plus structural path parameters (`` {session_name} `` ,
11+ `` {pane_id} `` , …) so a single template covers every session, window,
12+ or pane.
1113
1214Every resource delivers a snapshot of the tmux hierarchy at call
1315time. Agents use them for read-only inspection; any write workflow
You can’t perform that action at this time.
0 commit comments