{
  "name": "wait_for_channel",
  "wireName": "wait_for_channel",
  "source": {
    "repo": "libtmux/libtmux-ts",
    "revision": "3fe1ca654b81b8cbf4a13b777a001a3298c87a6f",
    "extractedRevision": "ecc3eaca0b4e05a77360da9d56790b409282c63b",
    "file": "packages/mcp/src/tools/target.ts",
    "line": 358
  },
  "description": "Change tmux state; no client-supplied executable input. Wait until a tmux wait-for channel is signalled.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "channel": {
        "description": "The tmux wait-for channel name.",
        "type": "string"
      },
      "timeoutMs": {
        "description": "Give up after this long. Defaults to the server's wait ceiling.",
        "exclusiveMinimum": 0,
        "maximum": 9007199254740991,
        "type": "integer"
      }
    },
    "required": [
      "channel"
    ],
    "type": "object"
  },
  "outputSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "channel": {
        "type": "string"
      },
      "signalled": {
        "type": "boolean"
      }
    },
    "required": [
      "channel",
      "signalled"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Change tmux state; no client-supplied executable input. Wait until a tmux wait-for channel is signalled.",
      "inputLiteralization": {},
      "inputSchema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "properties": {
          "channel": {
            "description": "The tmux wait-for channel name.",
            "type": "string"
          },
          "timeoutMs": {
            "description": "Give up after this long. Defaults to the server's wait ceiling.",
            "exclusiveMinimum": 0,
            "maximum": 9007199254740991,
            "type": "integer"
          }
        },
        "required": [
          "channel"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "wait_for_channel",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "properties": {
          "channel": {
            "type": "string"
          },
          "signalled": {
            "type": "boolean"
          }
        },
        "required": [
          "channel",
          "signalled"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "Wait for channel",
      "tmuxEffects": [
        "change"
      ],
      "toolset": "manage"
    }
  }
}
