feat(mcp): upgrade rmcp to 0.15.0 and advertise MCP Apps UI extension capability (#6927)
This commit is contained in:
@@ -6755,6 +6755,19 @@
|
||||
"inlineMessage"
|
||||
]
|
||||
},
|
||||
"TaskSupport": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
"TelemetryEventRequest": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
@@ -6899,6 +6912,16 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"execution": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/ToolExecution"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icons": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -6964,6 +6987,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ToolExecution": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"taskSupport": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/TaskSupport"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"ToolInfo": {
|
||||
"type": "object",
|
||||
"description": "Information about the tool used for building prompts",
|
||||
|
||||
Reference in New Issue
Block a user