Use RMCP for StreamableHTTP OAuth support (#3845)

This commit is contained in:
Jack Amadeo
2025-08-06 09:02:38 -04:00
committed by GitHub
parent ee450254b6
commit 6b93260fd0
13 changed files with 221 additions and 553 deletions
+3
View File
@@ -703,6 +703,9 @@ export type Tool = {
[key: string]: unknown;
};
name: string;
outputSchema?: {
[key: string]: unknown;
};
};
export type ToolAnnotations = {