Skip to content

Latest commit

 

History

History

README.md

Examples

Runnable examples for library adopters using @execbox/core and @execbox/quickjs.

Examples CI

Run the examples

npm install
npm run build
npm run examples

See the public Examples docs for when to start with each example.

Example index

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.