RELEASES & ROADMAP
PACKAGE: @mahesh2-lab/codemcpWhat's new in
CodeMCP.
Follow the evolution of the CodeMCP server, CLI improvements, protocol extensions, session memory, and security sandboxing updates.
v1.1.4
LATEST RELEASESeptember 14, 2026Cross-assistant session memory persistence, native cross-platform desktop notifications, and production esbuild packaging pipeline.
Cross-Assistant Session Memory
New record_memory and get_memory MCP tools backed by local persistent storage (.codemcp/memory.json) enabling continuous context across Claude, Cursor, and Windsurf.
Native Desktop Notifications
Integrated cross-platform OS toast notifications for long-running commands, approval requests, and assistant task completions on Windows, macOS, and Linux.
Optimized Bundling Pipeline
Single-bundle ES modules built via esbuild with automated CLI binary packaging and minimal runtime dependencies.
System Architecture Docs
Published complete technical specification manual, system architecture diagrams, and high-resolution visual assets.
v1.1.3
STABLESeptember 14, 2026Interactive terminal approval prompt with colorized inline diff inspections and responsive CLI feedback.
Enclosed Diff Inspection Box
Color-coded addition and deletion line previews formatted directly in the developer terminal prior to disk modification.
Interactive [y/n/d] Prompts
Granular prompt controls allowing instant approval, outright denial, or line-by-line inspection of proposed writes and deletions.
v1.1.2
STABLESeptember 14, 2026High-speed ripgrep code pattern searching, PathGuard filesystem security sandbox, and custom CLI help utilities.
Ripgrep Sub-Millisecond Search
Integrated @vscode/ripgrep native binary for high-speed regex code search with fallback to recursive pattern scanning.
PathGuard Security Sandbox
Strict path boundary containment blocking directory escape attacks (../../) and protecting sensitive files (.env, .git, credentials).
v1.1.1
STABLESeptember 13, 2026Modern styled CLI help screen, shorthand approval flags, and hardened cryptographic credential vault management.
Rich Modern CLI Help Screen
Formatted and colorized --help output with categorized command descriptions, examples, and option flags.
Approval Shorthand Flags
Added codemcp approval on/off commands and shorthand -a, --approval, and -c, --ask flags for rapid configuration.
Credential Vault Cleanup
Improved vault isolation in ~/.codemcp/credentials.enc with purge and cancellation handlers for automated Ngrok setups.
v1.1.0
STABLESeptember 13, 2026Initial production release of CodeMCP — Dual-transport Model Context Protocol server for local developer workspaces.
Dual-Transport Engine
Native JSON-RPC 2.0 over standard I/O (stdio) and Server-Sent Events (SSE) over authenticated local HTTP/HTTPS stream.
Automated Context Injection
Auto-detects CONTEXT.md in project root to supply coding guidelines, constraints, and architecture rules to AI agents.
Zero Cloud Indexing
Operates 100% locally on your machine without uploading proprietary source code or embeddings to third-party databases.
v1.2.0 (Roadmap)
PLANNEDComing SoonContainerized command sandboxing, multi-repository monorepo support, and scoped remote token management.
Ephemeral Docker Sandbox
Optionally execute execute_command operations inside isolated disposable micro-containers.
Scoped Bearer Tokens
Generate granular, revocable bearer authentication tokens for remote HTTPS tunnel sessions.
Monorepo & Multi-Workspace
Bridge multiple local microservices and package workspaces simultaneously under a unified MCP agent.