We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19f72c commit def282eCopy full SHA for def282e
src/shared/mcp.ts
@@ -58,19 +58,16 @@ export type McpToolCallResponse = {
58
| {
59
type: "text"
60
text: string
61
- _meta?: Record<string, any>
62
}
63
64
type: "image"
65
data: string
66
mimeType: string
67
68
69
70
type: "audio"
71
72
73
74
75
76
type: "resource"
@@ -80,16 +77,6 @@ export type McpToolCallResponse = {
80
77
text?: string
81
78
blob?: string
82
79
83
84
- }
85
- | {
86
- type: "resource_link"
87
- name: string
88
- title?: string
89
- uri: string
90
- description?: string
91
- mimeType?: string
92
93
94
>
95
isError?: boolean
0 commit comments