libtmux_mcp.resources.hierarchy.register_completions
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Answer argument completion for the
tmux://templates.The templates take live tmux identifiers, which a reader cannot guess and the template listing does not carry — MCP publishes only the URI template itself, never its parameter domain. A completion handler is the protocol's way to offer them.
Agent clients do not send
completion/complete; human-facing hosts (the MCP Inspector's UI, VS Code) do, which is who this serves.