MCPcopy
hub / github.com/colbymchenry/codegraph / textResult

Method textResult

src/mcp/tools.ts:4549–4553  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

4547 }
4548
4549 private textResult(text: string): ToolResult {
4550 return {
4551 content: [{ type: 'text', text }],
4552 };
4553 }
4554
4555 private errorResult(message: string): ToolResult {
4556 return {

Callers 11

executeMethod · 0.95
executeReadToolMethod · 0.95
handleSearchMethod · 0.95
handleCallersMethod · 0.95
handleCalleesMethod · 0.95
handleImpactMethod · 0.95
handleExploreMethod · 0.95
handleNodeMethod · 0.95
handleFileViewMethod · 0.95
handleStatusMethod · 0.95
handleFilesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected