MCPcopy Index your code
hub / github.com/Waishnav/devspace / textBlock

Function textBlock

src/server.ts:314–316  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

312}
313
314function textBlock(text: string): ToolContent {
315 return { type: "text", text };
316}
317
318function textSummary(content: ToolContent[]): {
319 lines: number;

Callers 2

processToolResponseFunction · 0.85
createMcpServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected