MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / freshSlug

Function freshSlug

e2e/scenarios/mcp-catalog-sync.test.ts:37–37  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

35const api = composePluginApi([mcpHttpPlugin()] as const);
36
37const 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

Callers 1

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected