Back to product

RELEASES & ROADMAP

PACKAGE: @mahesh2-lab/codemcp

What'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, 2026

Cross-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.

Included Changes:
c33fe51: 1.1.4 release
5196d8c: feat: add build script, cross-platform notification utility, and asset directory structure
19e3b08: chore: add build script, project banner, and update README documentation
7ac039d: docs: update documentation to include session memory, native desktop notifications, and enhanced approval UI

v1.1.3

STABLESeptember 14, 2026

Interactive 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.

Included Changes:
85323cf: 1.1.3 release
136b19a: feat: implement CodeMCP server, CLI, and file management tools

v1.1.2

STABLESeptember 14, 2026

High-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).

Included Changes:
d5b023f: 1.1.2 release
d8ae1fb: feat: implement core MCP tools and utilities for file management, code search, and command execution
7150eec: feat: add custom help text utility for CLI

v1.1.1

STABLESeptember 13, 2026

Modern 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.

Included Changes:
91b6157: 1.1.1 release
cbe04a0: fix: exit process immediately if ngrok setup is cancelled
c45453d: refactor: remove legacy CODUIT_DIR and DEVNET_DIR and migration logic
aa89320: fix: ensure clearAllCredentials purges legacy vault files
0049099: feat: implement rich modern styled CLI help screen
bf851f3: feat: add simple approval command (codemcp approval on/off) and -c, --ask shorthand flags
ea036b4: feat: add -a, --approval and --no-approval CLI flags

v1.1.0

STABLESeptember 13, 2026

Initial 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.

Included Changes:
14ca9ed: 1.1.0 release
be2e9af: feat: implement CodeMCP server, file tools, approval workflow, and project initialization
65632b2: 1.0.8 release
93f758e: feat: simplify architecture, auto-init codemcp.json, and resilient MCP session recovery
bfde20e: feat: add project initialization command and technical specification manual

v1.2.0 (Roadmap)

PLANNEDComing Soon

Containerized 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.

Included Changes:
In development: multi-root project configuration and AST symbol navigation
Research: ephemeral zero-overhead Docker container runner
Planned: web-based real-time telemetry and command audit dashboard