Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.13 KB

File metadata and controls

40 lines (27 loc) · 2.13 KB

execbox

Portable code execution for host tools and Model Context Protocol integrations.

License Docs Packages

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 Map

Package npm What it is for
@execbox/core npm Provider contracts, schema validation, MCP adapters
@execbox/quickjs npm Inline and worker-hosted QuickJS execution

Install

npm install @execbox/core @execbox/quickjs

Examples

Runnable examples live in examples/ and are indexed in examples/README.md.

Docs