MCP Apps Plumbing (#6286)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -686,7 +686,12 @@ export type ReadResourceRequest = {
|
||||
};
|
||||
|
||||
export type ReadResourceResponse = {
|
||||
html: string;
|
||||
_meta?: {
|
||||
[key: string]: unknown;
|
||||
} | null;
|
||||
mimeType?: string | null;
|
||||
text: string;
|
||||
uri: string;
|
||||
};
|
||||
|
||||
export type Recipe = {
|
||||
@@ -1039,6 +1044,9 @@ export type ToolPermission = {
|
||||
};
|
||||
|
||||
export type ToolRequest = {
|
||||
_meta?: {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
id: string;
|
||||
metadata?: {
|
||||
[key: string]: unknown;
|
||||
|
||||
Reference in New Issue
Block a user