So that anyone can easily plug `mcpc` into just-bash using something like: ```js import { Bash } from "just-bash"; import { mcpcJustBashCommand } from "@apify/mcpc"; const bash = new Bash({ customCommands: [mcpcJustBashCommand], }); ```
So that anyone can easily plug
mcpcinto just-bash using something like: