{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ssh-mcp-pro": {
      "type": "local",
      "command": ["npx", "ssh-mcp-pro"],
      "enabled": true,
      "environment": {
        "SSH_MCP_TRANSPORT": "stdio"
      },
      "timeout": 15000
    }
  },
  "permission": {
    "skill": {
      "ssh-operations": "allow",
      "remote-host-workflow": "allow",
      "security-guardrails": "allow"
    }
  }
}
