← AI PulseSep 2, 2026

Wire · news · Single-source brief

Claude Code Changelog Details Managed MCP Servers and GitLab MR Recognition

The latest Claude Code update introduces a managed setting for MCP servers, allowing organizations to provide HTTP/SSE servers to all users, and enhances recognition of GitLab merge request commands.

By Illumora Editorial

Source · Sep 2, 2026, 10:33 PM · On Illumora · Sep 2, 2026, 10:37 PM

Media from the primary source — shown here so you can stay on Illumora.

Rewritten from one allowlisted primary — not independent enterprise reporting. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Claude Code What's New + releases — Claude Code changelog - Claude Code Docs
Save

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 managedMcpServers setting allows organizations to provide HTTP/SSE MCP servers to all users, using the same entry shape as .mcp.json.
  • Entries in managedMcpServers that name a command to run are skipped.
  • The --permission-prompts none option 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/update commands, displaying GitLab merge requests as MR !N in the collapsed tool summary.
  • The footer MR badge now refreshes in response to GitLab merge request actions.
  • A --json option has been added to claude plugin validate for machine-readable validation reports.
  • Concurrent sessions no longer silently revert each other's ~/.claude.json changes, 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 grep file operands, or cd DIR && cat FILE compounds.

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 managedMcpServers setting for configuring organization-wide MCP servers.
  • Test the --permission-prompts none option for headless automation scenarios.
  • Observe the enhanced GitLab merge request recognition and footer badge updates.
  • Utilize the --json option with claude plugin validate for automated parsing of validation reports.