{
  "ok": true,
  "endpoints": {
    "health": "GET /health",
    "deepSearchGet": "GET /api/deep-search?q=python&limit=3",
    "deepSearchPost": "POST /api/deep-search { \"query\": \"python\", \"limit\": 3 }"
  }
}