T3 Code MCP v0.2.0
Added
- Agent-guided account login through
login-start,login-verify, andlogin-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
loginshares the resumable flow and releases its state lock while waiting for user input. logoutcancels 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 loginSetup and agent instructions · Verification and limitations
The package includes compiled JavaScript. pnpm downloads its runtime dependencies during installation. SHA256SUMS covers the package archive.