{"service":"Mugs API","domain":"mugs.alnoris.com","endpoints":{"GET /":"This help message","GET /init":"Initialize the database (creates mugs table)","GET /mugs":"List all mugs","POST /mugs":"Add a mug (body: { name, description?, price? })","GET /mugs/:id":"Get a mug by ID","DELETE /mugs/:id":"Delete a mug by ID"}}