{
  "name": "@hardkore/api",
  "version": "0.1.0",
  "description": "Hardkore API Server - JSON-RPC 2.0 interface for business operations",
  "endpoints": {
    "rpc": "/rpc - JSON-RPC 2.0 endpoint",
    "mcp": "/mcp - MCP (Model Context Protocol) endpoint",
    "websocket": "/ws - WebSocket endpoint for real-time updates",
    "health": "/health - Detailed health information",
    "liveness": "/livez - Liveness probe (k8s standard)",
    "readiness": "/readyz - Readiness probe (k8s standard)",
    "webAuth": "/auth/login - Web authentication (GET for form, POST to login)",
    "logout": "/auth/logout - Logout endpoint",
    "currentUser": "/auth/me - Get current user info"
  }
}