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

Method errorResult

src/mcp/tools.ts:7049–7054  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

7047 }
7048
7049 private errorResult(message: string): ToolResult {
7050 return {
7051 content: [{ type: 'text', text: `Error: ${message}` }],
7052 isError: true,
7053 };
7054 }
7055}

Callers 5

validateStringMethod · 0.95
validateOptionalPathMethod · 0.95
executeMethod · 0.95
executeReadToolMethod · 0.95
dispatchToolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected