You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`execbox-basic.ts`](https://github.com/aallam/execbox/blob/main/examples/execbox-basic.ts)| Resolve a provider and execute guest code with QuickJS. | You want the smallest end-to-end example. |
22
-
|[`execbox-worker.ts`](https://github.com/aallam/execbox/blob/main/examples/execbox-worker.ts)| Run the same provider flow with QuickJS hosted in a worker thread. | You want QuickJS off the main thread without leaving the process. |
23
-
|[`execbox-mcp-provider.ts`](https://github.com/aallam/execbox/blob/main/examples/execbox-mcp-provider.ts)| Wrap MCP tools into a provider and execute against them. | You want guest code to call upstream MCP tools as code. |
24
-
|[`execbox-mcp-server.ts`](https://github.com/aallam/execbox/blob/main/examples/execbox-mcp-server.ts)| Expose `mcp_search_tools`, `mcp_execute_code`, and `mcp_code`. | You want downstream MCP clients to execute code against a wrapped tool namespace. |
|[`execbox-basic.ts`](https://github.com/aallam/execbox/blob/main/examples/execbox-basic.ts)| Resolve a provider and execute guest code with QuickJS. | You want the smallest end-to-end example. |
22
+
|[`execbox-worker.ts`](https://github.com/aallam/execbox/blob/main/examples/execbox-worker.ts)| Run the same provider flow with QuickJS hosted in a worker thread. | You want QuickJS off the main thread without leaving the process. |
23
+
|[`execbox-mcp-provider.ts`](https://github.com/aallam/execbox/blob/main/examples/execbox-mcp-provider.ts)| Wrap MCP tools into a provider and execute against them. | You want guest code to call upstream MCP tools as code. |
24
+
|[`execbox-mcp-server.ts`](https://github.com/aallam/execbox/blob/main/examples/execbox-mcp-server.ts)| Expose progressive MCP code tools for search, inspect, and execute.| You want downstream MCP clients to execute code against a wrapped tool namespace. |
0 commit comments