{
  "name": "kill_pane",
  "wireName": "kill_pane",
  "source": {
    "repo": "libtmux/libtmux-go",
    "revision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "extractedRevision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "file": "mcp/manifest_catalog.go",
    "line": 568
  },
  "description": "Delete tmux state; accepts no command payload. Deletes one pane and ends its process.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "confirm_self": {
        "description": "permit ending the pane this MCP process runs in",
        "type": "boolean"
      },
      "pane_id": {
        "description": "the pane id, such as %1",
        "type": "string"
      }
    },
    "required": [
      "pane_id"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "killed": {
        "type": "string"
      },
      "windowEnded": {
        "type": "boolean"
      }
    },
    "required": [
      "killed",
      "windowEnded"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "openWorldHint": true,
    "title": "Kill a pane"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Delete tmux state; accepts no command payload. Deletes one pane and ends its process.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "confirm_self": {
            "description": "permit ending the pane this MCP process runs in",
            "type": "boolean"
          },
          "pane_id": {
            "description": "the pane id, such as %1",
            "type": "string"
          }
        },
        "required": [
          "pane_id"
        ],
        "type": "object"
      },
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": false,
      "name": "kill_pane",
      "nestedAuthority": null,
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "killed": {
            "type": "string"
          },
          "windowEnded": {
            "type": "boolean"
          }
        },
        "required": [
          "killed",
          "windowEnded"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "Kill a pane",
      "tmuxEffects": [
        "observe",
        "delete"
      ],
      "toolset": "teardown"
    }
  }
}
