You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add server-prompt labeled panel for built-in instructions
Refactor system-prompt CSS into shared base for two panel variants:
- .system-prompt — "SYSTEM PROMPT" label for user-authored fragments
- .server-prompt — "BUILT-IN SERVER PROMPT" for libtmux-mcp's own instructions
Applies server-prompt to the auto-generated instructions block on
the prompting guide page.
Copy file name to clipboardExpand all lines: docs/topics/prompting.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ How to write effective instructions for AI agents using libtmux-mcp.
8
8
9
9
Every MCP client receives these instructions when connecting to the libtmux-mcp server. You do not need to repeat this information — the agent already knows it.
10
10
11
-
```text
11
+
```{code-block} text
12
+
:class: server-prompt
13
+
12
14
libtmux MCP server for programmatic tmux control. tmux hierarchy:
13
15
Server > Session > Window > Pane. Use pane_id (e.g. '%1') as the
14
16
preferred targeting method - it is globally unique within a tmux server.
0 commit comments