Use RMCP for StreamableHTTP OAuth support (#3845)
This commit is contained in:
@@ -2961,6 +2961,10 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"outputSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -703,6 +703,9 @@ export type Tool = {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
name: string;
|
||||
outputSchema?: {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
};
|
||||
|
||||
export type ToolAnnotations = {
|
||||
|
||||
Reference in New Issue
Block a user