Work public

code-mode-tools

CLI plus MCP server for code-mode. Execute TypeScript code chains in an isolated sandbox. Published on npm as code-mode-tools.

  • cli
  • mcp
  • code-mode
  • typescript
  • sandbox
  • npm
Repo
github.com/mj-deving/code-mode-tools
Live
www.npmjs.com/package/code-mode-tools
Published
2026-05-26

What it is

A CLI and Model Context Protocol server that lets agents execute TypeScript code chains inside an isolated sandbox. The agent writes code instead of orchestrating tool calls one at a time. The sandbox returns the final value.

44 tests cover the contract. Published as code-mode-tools on npm so consuming agents pull it the normal way.

Stack

TypeScript, MCP server protocol, sandboxed execution. npm-distributed.