{
  "name": "wait_for_channel",
  "wireName": "wait_for_channel",
  "source": {
    "repo": "libtmux/libtmux-cxx",
    "revision": "393d4b0ad666f18a6581f1eb281741a75a7503f0",
    "extractedRevision": "4665d2b15f76200c1caa65978d79e595541f7a90",
    "file": "apps/mcp/src/tool_catalog.cpp",
    "line": 2444
  },
  "description": "Wait for a named server-side channel with an optional deadline. Change tmux state; no client-supplied executable input.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "channel": {
        "description": "Bounded channel name.",
        "maxLength": 256,
        "type": "string"
      },
      "timeoutMs": {
        "description": "Optional bounded wait in milliseconds.",
        "maximum": 60000,
        "minimum": 1,
        "type": "integer"
      }
    },
    "required": [
      "channel"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": true,
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Wait for a tmux channel"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "inputLiteralization": {},
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": false,
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "processReach": "none",
      "tmuxEffects": [
        "change"
      ],
      "toolset": "manage"
    }
  }
}
