{
  "service": "aswas-mcp",
  "description": "Model Context Protocol server for ASWAS. The base URL is not browsable — MCP clients POST JSON-RPC 2.0 to /mcp with a bearer token.",
  "endpoints": {
    "health": "GET /health (unauth)",
    "openapi": "GET /openapi.json (bearer)",
    "catalog": "GET /catalog (bearer)",
    "mcp": "POST /mcp (bearer, Streamable HTTP transport)"
  }
}