# libtmux_mcp.tools.buffer_tools.register

- **Module:** libtmux_mcp.tools.buffer_tools
- **Package:** libtmux-mcp
- **Language:** Python
- **Kind:** function
- **Source:** https://github.com/tmux-python/libtmux-mcp/blob/4daddc0dfca96c43bf521d818bf91564e1434760/src/libtmux_mcp/tools/buffer_tools.py#L380
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-tools-buffer_tools-register/

```
libtmux_mcp.tools.buffer_tools.register(mcp: FastMCP) -> None
```

Register buffer tools with the MCP instance.

``load_buffer`` stages inert content, while ``paste_buffer`` delivers
that content to a pane's program. Their toolsets preserve that boundary.
