terminal_list_dir
List directory contents across local systems, remote SSH servers, and GitHub repositories using the Global MCP Manager. Navigate and manage files efficiently in multi-environment contexts.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| dir | No | . | 
Input Schema (JSON Schema)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {
    "dir": {
      "default": ".",
      "type": "string"
    }
  },
  "type": "object"
}