chore: upgrade rmcp to 0.8.3 (#5458)
This commit is contained in:
@@ -2920,7 +2920,10 @@
|
||||
"type": "string"
|
||||
},
|
||||
"sizes": {
|
||||
"type": "string"
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"src": {
|
||||
"type": "string"
|
||||
|
||||
@@ -285,7 +285,7 @@ export type GetToolsQuery = {
|
||||
|
||||
export type Icon = {
|
||||
mimeType?: string;
|
||||
sizes?: string;
|
||||
sizes?: Array<string>;
|
||||
src: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user