Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Project-scope MCP server and scheduled-task edits blocked under --project-config-root

Sessions started with --project-config-root can no longer edit project-scope MCP servers or create durable scheduled tasks

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaProject Configwhat it touches
KindImprovementsin v2.1.275,
You'll notice

Sessions started with --project-config-root can no longer edit project-scope MCP servers or create durable scheduled tasks

What

When a session is started with the --project-config-root flag, Claude Code now blocks two things:

  • adding or removing project-scope MCP servers (connections to Model Context Protocol tool servers)
  • creating durable scheduled tasks

Both now throw an error directing the user to use the local or user scope instead.

Why

This prevents project-scope changes that wouldn't make sense or wouldn't be reliably saved when the session's project config root has been overridden, pointing users to a scope that will work correctly instead.

See this entry in the whole of v2.1.275 →