Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 2be1e3c

Browse files
committed
chore: update @modelcontextprotocol/sdk from 1.12.0 to 1.29.0
1 parent cb83656 commit 2be1e3c

4 files changed

Lines changed: 165 additions & 46 deletions

File tree

packages/types/src/mcp.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,17 @@ export type McpToolCallResponse = {
125125
blob?: string
126126
}
127127
}
128+
| {
129+
type: "resource_link"
130+
uri: string
131+
name: string
132+
title?: string
133+
description?: string
134+
mimeType?: string
135+
}
128136
>
129137
isError?: boolean
138+
structuredContent?: { [key: string]: unknown }
130139
}
131140

132141
export type McpErrorEntry = {

0 commit comments

Comments
 (0)