Skip to content
7 changes: 7 additions & 0 deletions packages/types/src/mcp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ export type McpToolCallResponse = {
blob?: string
}
}
| {
type: "resource_link"
uri: string
name: string
description?: string
mimeType?: string
}
>
isError?: boolean
}
Expand Down
Loading