{
  "name": "get_server_info",
  "wireName": "get_server_info",
  "source": {
    "repo": "libtmux/libtmux-java",
    "revision": "842228310449e879ebcaa3f910597757c9dbffd6",
    "extractedRevision": "a960145afeefb340d85ea76ea0d62c29517b1c85",
    "file": "libtmux-mcp/src/main/java/io/github/libtmux/mcp/Catalog.java",
    "line": 213
  },
  "description": "Reports whether the pinned server exists and its version. Inspect tmux metadata; accepts no client-supplied executable input.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {},
    "required": [],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "identity": {
        "type": "string"
      },
      "running": {
        "type": "boolean"
      },
      "sessions": {
        "type": "integer"
      },
      "version": {
        "type": "string"
      }
    },
    "required": [
      "running",
      "identity",
      "version",
      "sessions"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Get server info"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Reports whether the pinned server exists and its version. Inspect tmux metadata; accepts no client-supplied executable input.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {},
        "required": [],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "get_server_info",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "identity": {
            "type": "string"
          },
          "running": {
            "type": "boolean"
          },
          "sessions": {
            "type": "integer"
          },
          "version": {
            "type": "string"
          }
        },
        "required": [
          "running",
          "identity",
          "version",
          "sessions"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "Get server info",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
