The recent update to Claude Code introduces several new features and fixes, as detailed in its changelog. Organizations can now configure managed MCP servers, and the tool has improved its handling of GitLab merge requests.
Key Points
- A new
managedMcpServerssetting allows organizations to provide HTTP/SSE MCP servers to all users, using the same entry shape as.mcp.json. - Entries in
managedMcpServersthat name a command to run are skipped. - The
--permission-prompts noneoption has been added for unattended headless hosts, automatically denying any action that would prompt a user. - Claude Code now recognizes
glab mr create/merge/close/reopen/note/updatecommands, displaying GitLab merge requests asMR !Nin the collapsed tool summary. - The footer MR badge now refreshes in response to GitLab merge request actions.
- A
--jsonoption has been added toclaude plugin validatefor machine-readable validation reports. - Concurrent sessions no longer silently revert each other's
~/.claude.jsonchanges, resolving issues with workspace trust resets and lost MCP/project state. - Fixes address Bash
Read()deny rules that previously did not cover files given as option values,git diff/git grepfile operands, orcd DIR && cat FILEcompounds.
Context
According to the Claude Code changelog, these updates aim to improve organizational control over server configurations, enhance automation capabilities for headless environments, and provide better integration with GitLab workflows. The fixes address several issues related to concurrent session management and file access permissions.
Why It Matters
These updates offer builders more robust control over their Claude Code environments, particularly for enterprise deployments managing multiple users and automated workflows. The improved GitLab integration streamlines development processes for teams using that platform.
What To Do
- Note the new
managedMcpServerssetting for configuring organization-wide MCP servers. - Test the
--permission-prompts noneoption for headless automation scenarios. - Observe the enhanced GitLab merge request recognition and footer badge updates.
- Utilize the
--jsonoption withclaude plugin validatefor automated parsing of validation reports.
