diff --git a/packages/types/src/mcp.ts b/packages/types/src/mcp.ts index f1bfde325d..a1f5232cdd 100644 --- a/packages/types/src/mcp.ts +++ b/packages/types/src/mcp.ts @@ -125,6 +125,13 @@ export type McpToolCallResponse = { blob?: string } } + | { + type: "resource_link" + uri: string + name: string + description?: string + mimeType?: string + } > isError?: boolean }