Deployment
Development
Each component has its own package.json:
- RC-API — install deps, configure
.env, start dev server (port per project config). - ReCloud_app — build MCP bundle; tray or Cursor points
nodeatserver_workflow.js. - Tray — Electron or Tauri dev scripts; ensure
mcp_server_dist(or symlink/copy from ReCloud_appdist) matches whatmcp.jsonreferences.
There is no canonical Docker Compose in the reference rc-book tree—do not rely on copy-paste AWS/GCP YAML from older docs unless you added it yourself.
Production-ish desktop
- Package tray (AppImage, deb, rpm, etc.) with
bundle.resources(Tauri) or equivalent somcp_server_distand tray icons ship beside the binary. mcp.jsonmust use absolute paths to the bundledserver_workflow.js.
RC-API production
Standard Node guidance: process manager, secrets via env, TLS if exposed beyond localhost, backups if you add databases.
Compatibility
Document which commit/tag of RC-API matches which MCP bundle and tray build when you cut releases.