Execbox turns host tool catalogs into callable guest namespaces and runs guest
JavaScript through inline or worker-hosted QuickJS. Use @execbox/core for
providers, schemas, and MCP adapters; use @execbox/quickjs for the runtime.
| Package | npm | What it is for |
|---|---|---|
@execbox/core |
Provider contracts, schema validation, MCP adapters | |
@execbox/quickjs |
Inline and worker-hosted QuickJS execution |
npm install @execbox/core @execbox/quickjsRunnable examples live in examples/ and are indexed in examples/README.md.