{
  "name": "get_server_info",
  "wireName": "get_server_info",
  "source": {
    "repo": "libtmux/libtmux-dotnet",
    "revision": "320dc64f4b8b7815842471327a5e6b84a1499bf8",
    "extractedRevision": "b243b2cf82de4e98e2172aba4f54a52b9c363dc4",
    "file": "src/LibTmux.Mcp/Policy/CapabilityModel.cs",
    "line": 561
  },
  "description": "Inspect tmux metadata; accepts no client-supplied executable input. Read the tmux server's version and how many sessions, windows and panes it holds. Use to confirm a socket is alive and which tmux is running it.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {},
    "type": "object"
  },
  "outputSchema": {
    "properties": {
      "callerPaneId": {
        "type": [
          "string",
          "null"
        ]
      },
      "callerPaneSocket": {
        "type": [
          "string",
          "null"
        ]
      },
      "paneCount": {
        "type": "integer"
      },
      "sessionCount": {
        "type": "integer"
      },
      "socketName": {
        "type": [
          "string",
          "null"
        ]
      },
      "socketPath": {
        "type": [
          "string",
          "null"
        ]
      },
      "version": {
        "type": [
          "string",
          "null"
        ]
      },
      "windowCount": {
        "type": "integer"
      }
    },
    "required": [
      "socketName",
      "socketPath",
      "version",
      "sessionCount",
      "windowCount",
      "paneCount",
      "callerPaneId",
      "callerPaneSocket"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Get server info"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "inputLiteralization": {},
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": false,
      "name": "get_server_info",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "processReach": "none",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
