{
  "ok": true,
  "data": {
    "name": "tossctl-node-wrapper",
    "binary": "tossctl",
    "configDir": null,
    "sessionFile": null,
    "apiKeyRequired": false,
    "mode": "read-only",
    "routes": [
      "GET /health",
      "GET /api",
      "GET /api/version",
      "GET /api/doctor?report=true|false",
      "GET /api/config",
      "GET /api/auth/status",
      "GET /api/auth/doctor",
      "GET /api/accounts",
      "GET /api/accounts/summary",
      "GET /api/portfolio/positions",
      "GET /api/portfolio/us-holdings",
      "GET /api/portfolio/allocation",
      "GET /api/orders/pending",
      "GET /api/orders/completed",
      "GET /api/order/:orderId",
      "GET /api/quotes/:symbol",
      "GET /api/quotes?symbols=AAPL,TSLL",
      "POST /api/quotes/batch",
      "GET /api/watchlist",
      "GET /api/transactions",
      "GET /api/transactions/overview",
      "GET /api/exports/positions",
      "GET /api/exports/orders",
      "GET /api/push/stream"
    ]
  }
}