{
  "name": "respawn_pane",
  "wireName": "respawn_pane",
  "source": {
    "repo": "libtmux/libtmux-java",
    "revision": "842228310449e879ebcaa3f910597757c9dbffd6",
    "extractedRevision": "a960145afeefb340d85ea76ea0d62c29517b1c85",
    "file": "libtmux-mcp/src/main/java/io/github/libtmux/mcp/Catalog.java",
    "line": 755
  },
  "description": "Kills the pane's current process and starts its configured process again. Start a pane's configured process; accepts no command payload.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "pane_id": {
        "description": "The pane to act on, such as %1. Every listing tool returns these.",
        "type": "string"
      },
      "start_directory": {
        "description": "An absolute literal start directory.",
        "type": "string"
      }
    },
    "required": [
      "pane_id"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "pane_id": {
        "type": "string"
      },
      "restarted": {
        "type": "boolean"
      }
    },
    "required": [
      "pane_id",
      "restarted"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Respawn a pane"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Kills the pane's current process and starts its configured process again. Start a pane's configured process; accepts no command payload.",
      "inputLiteralization": {
        "start_directory": "double-hash-once"
      },
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "pane_id": {
            "description": "The pane to act on, such as %1. Every listing tool returns these.",
            "type": "string"
          },
          "start_directory": {
            "description": "An absolute literal start directory.",
            "type": "string"
          }
        },
        "required": [
          "pane_id"
        ],
        "type": "object"
      },
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": false,
      "name": "respawn_pane",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "pane_id": {
            "type": "string"
          },
          "restarted": {
            "type": "boolean"
          }
        },
        "required": [
          "pane_id",
          "restarted"
        ],
        "type": "object"
      },
      "processReach": "configured-process",
      "title": "Respawn a pane",
      "tmuxEffects": [
        "observe",
        "change",
        "delete"
      ],
      "toolset": "execute"
    }
  }
}
