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