Skip to content

Commit def282e

Browse files
committed
Revert some unrelated change
1 parent a19f72c commit def282e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/shared/mcp.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,16 @@ export type McpToolCallResponse = {
5858
| {
5959
type: "text"
6060
text: string
61-
_meta?: Record<string, any>
6261
}
6362
| {
6463
type: "image"
6564
data: string
6665
mimeType: string
67-
_meta?: Record<string, any>
6866
}
6967
| {
7068
type: "audio"
7169
data: string
7270
mimeType: string
73-
_meta?: Record<string, any>
7471
}
7572
| {
7673
type: "resource"
@@ -80,16 +77,6 @@ export type McpToolCallResponse = {
8077
text?: string
8178
blob?: string
8279
}
83-
_meta?: Record<string, any>
84-
}
85-
| {
86-
type: "resource_link"
87-
name: string
88-
title?: string
89-
uri: string
90-
description?: string
91-
mimeType?: string
92-
_meta?: Record<string, any>
9380
}
9481
>
9582
isError?: boolean

0 commit comments

Comments
 (0)