Skip to content

@maxhealth.tech/prefab / mcp / McpContent

Type Alias: McpContent

ts
type McpContent = 
  | McpTextContent
  | McpImageContent
  | McpResourceContent;

Defined in: mcp/types.ts:78

Any MCP content block

Released under the MIT License.