# respawn_pane

Source: https://libtmux.org/en/swift/latest/mcp/tools/respawn_pane/

> Start a pane's configured process; accepts no command payload. Restart only the pane's configured process; no caller command is accepted.

MCP is in development

Server behavior and tool contracts may change. Tool availability depends on the server configuration.

Start a pane’s configured process; accepts no command payload. Restart only the pane’s configured process; no caller command is accepted.

[All Swift tools](../) · [JSON](../respawn_pane.json) · [Source](https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmuxMCP/ToolOperation.swift#L40)

## Arguments

* `force` optional · boolean

  Caller-controlled force.

* `killFirst` optional · boolean

  Caller-controlled killFirst.

* `paneId` required · string

  Caller-controlled paneId.

* `startDirectory` optional · string

  Caller-controlled startDirectory.

## Schemas

The schema defines required fields, nested values, defaults, and validation constraints.
