Runnable examples for library adopters using @execbox/core and
@execbox/quickjs.
npm install
npm run build
npm run examplesSee the public Examples docs for when to start with each example.
| File | What it shows |
|---|---|
execbox-basic.ts |
Resolve a provider and execute guest code with inline QuickJS |
execbox-worker.ts |
Run the same provider flow with worker-hosted QuickJS |
execbox-mcp-provider.ts |
Wrap MCP tools into a provider and execute against them |
execbox-mcp-server.ts |
Expose mcp_search_tools, mcp_execute_code, and mcp_code |
Read Providers & Tools, Runtime Choices, and MCP Integration for the matching guides.