MCPcopy
hub / github.com/mayneyao/eidos / SandboxHandler

Interface SandboxHandler

packages/ext-server/src/types.ts:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 * Sandbox handler interface for script execution
78 */
79export interface SandboxHandler {
80 handleSandboxRequest(
81 spaceId: string,
82 url: URL,
83 context: any
84 ): Promise<Response>
85}
86
87/**
88 * Function to create a sandbox handler

Callers 1

Implementers 1

ScriptSandboxHandlerpackages/ext-server/src/script-sandbox

Calls

no outgoing calls

Tested by

no test coverage detected