Skip to content

docs: expand README to cover all CLI commands and server mode#35

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-documentation-for-server-mode
Draft

docs: expand README to cover all CLI commands and server mode#35
Copilot wants to merge 2 commits intomainfrom
copilot/update-documentation-for-server-mode

Conversation

Copy link

Copilot AI commented Feb 21, 2026

The README only documented a subset of commands and gave a shallow overview of server mode, leaving MCP integration, dashboard, and most flags undiscovered.

Commands section

Added per-command subsections with flag tables and usage examples for every top-level command that was missing or undocumented: build (--target, --state), clean (--all), package (--output, --state), run, upgrade (--check, --force), version. Also corrected the conosle typo in the Usage block and added the missing commands to the listing.

Server mode

Replaced the bullet-list overview with:

  • ASCII architecture diagram showing all daemon components (instance manager, log capture, build orchestrator, agent registry, MCP server, dashboard)
  • State/log persistence paths (~/.ue5/state.json, ~/.ue5/logs/<hash>/)
  • Quick-start cheatsheet
  • Per-subcommand docs with flag tables for start, stop, status, run, kill, rebuild, logs, build-info, agents

MCP integration

New section documenting the MCP SSE server (port 9515), all exposed tools (rebuild, register_agent, unregister_agent, get_build_info), readable resources (ue5://build/current, ue5://agents, ue5://instances), and environment variables (UE5_MCP_PORT, UE5_DASHBOARD_PORT).


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…egration, and all CLI commands

Co-authored-by: Benbentwo <14911525+Benbentwo@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README to include server mode features docs: expand README to cover all CLI commands and server mode Feb 21, 2026
Copilot AI requested a review from Benbentwo February 21, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants