NitroStack Logo
/python
/templates
/starter

Starter Template (python-starter)

Bash
nitrostack-py init my-server --template python-starter

Calculator server with @widget("calculator-result"), ConfigModule, and a health check. Layout:

  • main.pyMcpApplicationFactory.create(AppModule)
  • app_module.py — root @module
  • modules/calculator/ — controller + service
  • widgets/out/calculator-result.html
  • health/system_health.py

No OAuth. Inspector: HTTP + stateless, auth off, http://localhost:3000/mcp.