Create a new HUD environment with minimal boilerplate
hud init
command creates a new HUD environment from scratch with all the essential files needed to build, test, and deploy an MCP server.
-d
-f
Start Development
Add Your Logic
src/hud_controller/server.py
to add custom tools:Test Your Tools
Build for Production
setup()
- Initialize the environmentevaluate()
- Return environment state for evaluationhud[sdk]
- Core HUD functionalityhud dev
. No additional setup required!--force
carefully as it will overwrite existing files without confirmation.