MCP Apps Plumbing (#6286)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2026-01-05 10:34:52 -05:00
committed by GitHub
parent d1f242b69f
commit 85aee9c5b7
21 changed files with 484 additions and 947 deletions
+9 -1
View File
@@ -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;