MCPcopy
hub / github.com/foambubble/foam / ToolResult

Interface ToolResult

packages/foam-cli/src/commands/mcp-tools-inspector.spec.ts:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25);
26
27interface ToolResult {
28 isError?: boolean;
29 content: Array<{ type: string; text?: string }>;
30}
31
32/**
33 * Invokes the Inspector CLI to call a tool on the built `foam mcp` server.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected