Skip to content

Commit a706f2f

Browse files
committed
docs(resources): link "resource templates" to MCP spec
1 parent 3cdeec5 commit a706f2f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/reference/api/resources.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
MCP 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

1214
Every resource delivers a snapshot of the tmux hierarchy at call
1315
time. Agents use them for read-only inspection; any write workflow

0 commit comments

Comments
 (0)