Basic Information
Mochi is a small, statically typed programming language and toolchain designed for developers who want a compact, embeddable language for building tools, processing real-time data, and powering intelligent agents. The repository provides the mochi CLI and built-in bytecode VM for running Mochi programs, a language server and a VS Code extension for editor integration, example programs, and support for running as an MCP server to connect with agent host environments like Claude or VS Code Agent Mode. It includes prebuilt binaries, Docker images, and instructions to build from source, so users can run, test, build, serve and extend Mochi on their platform. The README emphasizes agent-friendliness, portability as a single zero-dependency binary, and testability via built-in test and expect blocks.