Skip to content

T3 Code MCP v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 15:33
· 3 commits to main since this release

Added

  • Agent-guided account login through login-start, login-verify, and login-status. Agents can ask for an email, verification code, and optional authenticator code directly in chat.
  • Resumable login across CLI processes, with structured JSON input/output, wrong-code recovery, expiry handling, and reconciliation after an unreadable verification response. Session tokens stay local.

Changed

  • The README setup prompt and agent guide now use chat-guided login by default.
  • Interactive login shares the resumable flow and releases its state lock while waiting for user input.
  • logout cancels pending login attempts and revokes a session if verification completed before its response was lost.

Install

Requires Node 22+ and pnpm on Linux or macOS.

pnpm add --global https://github.com/emmsixx/t3code-mcp/releases/download/v0.2.0/t3code-mcp.tgz
t3code-mcp login

Setup and agent instructions · Verification and limitations

The package includes compiled JavaScript. pnpm downloads its runtime dependencies during installation. SHA256SUMS covers the package archive.