MCP servers and Claude Code CLI updated with new features and fixes
On July 10, 2026, the Model Context Protocol (MCP) servers and Claude Code CLI received updates. The MCP servers release v2026.7.10 updated packages for filesystem, time, fetch, and git. Claude Code CLI v2.1.206 added directory path suggestions for /cd, a /doctor check for trimming CLAUDE.md files, and improved git push handling.
Entities
Related
Model Context Protocol releases v2026.7.4 with updated server packages
The Model Context Protocol project published version v2026.7.4 on July 4, 2026, updating four server packages: everything, filesystem, sequential-thinking, and memory. This routine release likely includes bug fixes and improvements for MCP server implementations.
Chameleon shows Claude a real file from your repo before it edits
Chameleon is a tool that provides Claude with the actual content of a file from your repository before it makes edits. It solves the problem of Claude editing files without full context, helping developers get more accurate code modifications.
Claude Code v2.1.202 adds dynamic workflow sizing and telemetry improvements
Anthropic released Claude Code v2.1.202 on July 6, 2026, introducing a configurable dynamic workflow size setting (small/medium/large) that advises Claude on agent count for workflows. The update also adds workflow.run_id and workflow.name OpenTelemetry attributes for better observability, and fixes a crash in inline history search and a bug with /rename on background sessions.
Upload project folder to get optimized markdown for LLM context
A web tool that lets users upload an entire project folder and receive a single, clean, optimized markdown file ready to paste into Claude or Codex. It solves the problem of manually preparing context for LLMs by automatically consolidating and formatting code files. All processing is done client-side for privacy.
OpenAI Codex CLI v0.144.0 adds usage-limit credit details, writes approval mode, and interactive MCP auth
OpenAI released Codex CLI v0.144.0 on July 9, 2026, introducing usage-limit reset credits with type/expiration display and selection, a new `writes` app-approval mode for granular read/write permissions, and interactive authentication for MCP tools without experimental opt-in. These features improve developer control over API usage and security.