# v1.1.0 Latest
May 27, 2026MCPs tab, now matching Claude Code's full feature surface — plus in-place session restart
- Three real scopes, not two. The MCP editor now distinguishes User (every project, only you), Local (only this project, only you — what
claude mcp adddoes by default), and Project (shared with the team via.mcp.json). Previously "Just me" silently dumped MCPs into every project — now it stays put. - HTTP Headers editor. Bearer-token MCPs (GitHub, Sentry, internal APIs) no longer require hand-editing
~/.claude.json. AddAuthorization,X-API-Key, anything — values matching common secret patterns are masked by default with an eye toggle to reveal. - OAuth fields for HTTP/SSE servers. A new "Advanced auth" section lets you pre-configure
clientId,callbackPort,scopes, andauthServerMetadataUrlfor servers that don't support Dynamic Client Registration. - Always-load + per-server timeout. "Advanced server options" exposes the
alwaysLoadtoggle (skip Tool Search deferral, load tools every turn) and a per-server tool-call timeout in seconds. - ${VAR} expansion in .mcp.json values. Both
${VAR}and${VAR:-default}syntaxes are now expanded against the host environment when parsing — matching Claude Code's documented behavior. The editor still shows the raw${VAR}form so you can see what's in the file. streamable-httpalias recognized. Servers configured with the newerstreamable-httptransport type now parse correctly (canonicalised tohttpon save).- Restart-session in place. New "Restart session" action on the tab chip context menu and in the live-session header's "Running" menu. SIGTERMs the Claude process and respawns it on the same session — so you can pick up newly added MCPs, hooks, or skills without leaving the terminal. If the session was brand new (no
sessionIdassigned yet), Work usesclaude --continueso your just-typed prompts aren't orphaned. The new tab keeps its original position in the bar.