run Documentation

The run tool executes functions defined in a Runfile, exposing them both to your terminal and to AI agents via the Model Context Protocol (MCP). It is built for fast startup, polyglot scripts, and discoverable tooling.

Who this is for

  • Developers who want a single, typed catalog of project tasks.
  • AI users who need MCP-exposed tools without revealing implementation details.
  • Teams that mix shell automation with Python/Node snippets in one file.

How this documentation is organised