(prefix: string)
| 35 | const api = composePluginApi([mcpHttpPlugin()] as const); |
| 36 | |
| 37 | const freshSlug = (prefix: string): string => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 38 | |
| 39 | // Sandbox code for the agent path: call one addressed MCP tool and return the |
| 40 | // ToolResult envelope fields the assertions need. Tool failures are values in |
no test coverage detected