MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / errorResult

Function errorResult

src/mcp/query-worker.ts:101–103  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

99}
100
101function errorResult(text: string): ToolResult {
102 return { isError: true, content: [{ type: 'text', text }] };
103}

Callers 1

serveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected