You: Create a simple Express server with a health endpointNelson: HA-HA! An Express server? Easy. Let me set that up for you...🔧 Tool: write_file✅ Tool: write_fileCreated server.js with a basic Express setup. Here's what I wrote:- Express server on port 3000- GET /health endpoint returning { status: 'ok' }- Error handling middlewareRun it with: node server.jsWant me to add more endpoints or set up tests?