Skip to content

docs: sync Unity/CLI/Installer READMEs with shipped OAuth login & pinned setup-mcp#911

Merged
IvanMurzak merged 1 commit into
mainfrom
worktree-9cd9ca72b791
Jul 19, 2026
Merged

docs: sync Unity/CLI/Installer READMEs with shipped OAuth login & pinned setup-mcp#911
IvanMurzak merged 1 commit into
mainfrom
worktree-9cd9ca72b791

Conversation

@IvanMurzak

Copy link
Copy Markdown
Owner

Summary

  • Updates the three public-facing READMEs (root README.md, cli/README.md, Installer README.md) to describe shipped behavior after the CLI OAuth-login migration (e1) and cloudToken cleanup (d2).
  • Login → OAuth 2.1 device flow (credential in ~/.ai-game-dev/, no PAT to paste); auth vocabulary none/requirednone/oauth/token (legacy required removed); CI batch example fixed to UNITY_MCP_CLOUD_URL + AUTH_OPTION=token.
  • cli/README.md: documents login in the command reference, makes install-plugin path optional (+ --with-server/--enroll options), maps open --urlUNITY_MCP_CLOUD_URL, and documents pinned setup-mcp (--no-pin).
  • Installer README regenerated from root — was 3 extensions (now 10) and lacked the Uninstall section; now identical to root with all auth fixes.

Test plan

  • Docs-only change (three .md files) — no Unity-MCP-Plugin/** code touched, so Unity EditMode/PlayMode suites do not apply.
  • CLI vitest suite green: 512 passed, 2 skipped, 0 failed (npm run build && npx vitest run).
  • Grep-verified: no legacy device-flow / PAT-mint login documented; no stale --auth required / UNITY_MCP_HOST= in examples.

Closes #910

…t auth vocab

R1 root README, R2 cli/README, R3 Installer README updated to describe the
shipped e1 (CLI OAuth login) + d2 (cloudToken cleanup) behavior:
- login steps -> OAuth 2.1 device flow (credential in ~/.ai-game-dev); no PAT to paste
- auth vocabulary none/required -> none/oauth/token (legacy `required` removed)
- CI batch example: UNITY_MCP_CLOUD_URL + AUTH_OPTION=token (not the retired required)
- cli/README: document `login`, install-plugin path optional (+enroll/server opts),
  open --url env -> UNITY_MCP_CLOUD_URL, pinned setup-mcp (--no-pin)
- Installer README regenerated from root (10 extensions + Uninstall section)

Docs-only; CLI vitest suite green (512 passed). No Unity-MCP-Plugin/ code touched.

Closes #910
@IvanMurzak
IvanMurzak merged commit 58732d2 into main Jul 19, 2026
16 checks passed
@IvanMurzak
IvanMurzak deleted the worktree-9cd9ca72b791 branch July 19, 2026 02:16
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.

docs: sync Unity/CLI/Installer READMEs with shipped OAuth login, pinned setup-mcp, and current auth vocabulary

1 participant