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

Function isMcpContentBlock

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

Source from the content-addressed store, hash-verified

561 isRecord(item) && item.type === "file" && isToolFile(item.file);
562
563const isMcpContentBlock = (value: unknown): value is ContentBlock =>
564 ContentBlockSchema.safeParse(value).success;
565
566const isContentOutputItem = (
567 item: ExecuteOutputItem,

Callers 1

isContentOutputItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected