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

Function isMcpContentBlock

packages/hosts/mcp/src/tool-server.ts:379–380  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

377 isRecord(item) && item.type === "file" && isToolFile(item.file);
378
379const isMcpContentBlock = (value: unknown): value is ContentBlock =>
380 ContentBlockSchema.safeParse(value).success;
381
382const isContentOutputItem = (
383 item: ExecuteOutputItem,

Callers 1

isContentOutputItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected