{
  "name": "respawn_pane",
  "wireName": "respawn_pane",
  "source": {
    "repo": "libtmux/libtmux-go",
    "revision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "extractedRevision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "file": "mcp/manifest_catalog.go",
    "line": 479
  },
  "description": "Start a pane's configured process; accepts no command payload. Kills the pane's current process and starts its configured process again.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "pane_id": {
        "description": "the pane id, such as %1",
        "type": "string"
      },
      "start_directory": {
        "description": "an absolute literal start directory",
        "type": "string"
      }
    },
    "required": [
      "pane_id"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "gone": {
        "type": "boolean"
      },
      "paneId": {
        "type": "string"
      }
    },
    "required": [
      "paneId"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "openWorldHint": true,
    "title": "Respawn a pane"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Start a pane's configured process; accepts no command payload. Kills the pane's current process and starts its configured process again.",
      "inputLiteralization": {
        "start_directory": "double-hash-once"
      },
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "pane_id": {
            "description": "the pane id, such as %1",
            "type": "string"
          },
          "start_directory": {
            "description": "an absolute literal start directory",
            "type": "string"
          }
        },
        "required": [
          "pane_id"
        ],
        "type": "object"
      },
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": true,
      "name": "respawn_pane",
      "nestedAuthority": null,
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "gone": {
            "type": "boolean"
          },
          "paneId": {
            "type": "string"
          }
        },
        "required": [
          "paneId"
        ],
        "type": "object"
      },
      "processReach": "configured-process",
      "title": "Respawn a pane",
      "tmuxEffects": [
        "observe",
        "change",
        "delete"
      ],
      "toolset": "execute"
    }
  }
}
