Address comments

This commit is contained in:
Xin Lin
2026-03-12 14:47:56 -07:00
parent 0d734cefe7
commit 7a5abc0e57
15 changed files with 131 additions and 191 deletions

View File

@@ -9305,7 +9305,7 @@
"type": "object"
},
"AppSummary": {
"description": "EXPERIMENTAL - app metadata summary for plugin-install responses.",
"description": "EXPERIMENTAL - app metadata summary for plugin responses.",
"properties": {
"description": {
"type": [
@@ -12787,33 +12787,6 @@
],
"type": "string"
},
"PluginAppSummary": {
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"id": {
"type": "string"
},
"installUrl": {
"type": [
"string",
"null"
]
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"type": "object"
},
"PluginAuthPolicy": {
"enum": [
"ON_INSTALL",
@@ -12825,7 +12798,7 @@
"properties": {
"apps": {
"items": {
"$ref": "#/definitions/v2/PluginAppSummary"
"$ref": "#/definitions/v2/AppSummary"
},
"type": "array"
},
@@ -12843,7 +12816,7 @@
},
"mcpServers": {
"items": {
"$ref": "#/definitions/v2/PluginMcpServerSummary"
"type": "string"
},
"type": "array"
},
@@ -13078,17 +13051,6 @@
],
"type": "object"
},
"PluginMcpServerSummary": {
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PluginReadParams": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {

View File

@@ -561,7 +561,7 @@
"type": "object"
},
"AppSummary": {
"description": "EXPERIMENTAL - app metadata summary for plugin-install responses.",
"description": "EXPERIMENTAL - app metadata summary for plugin responses.",
"properties": {
"description": {
"type": [
@@ -9135,33 +9135,6 @@
],
"type": "string"
},
"PluginAppSummary": {
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"id": {
"type": "string"
},
"installUrl": {
"type": [
"string",
"null"
]
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"type": "object"
},
"PluginAuthPolicy": {
"enum": [
"ON_INSTALL",
@@ -9173,7 +9146,7 @@
"properties": {
"apps": {
"items": {
"$ref": "#/definitions/PluginAppSummary"
"$ref": "#/definitions/AppSummary"
},
"type": "array"
},
@@ -9191,7 +9164,7 @@
},
"mcpServers": {
"items": {
"$ref": "#/definitions/PluginMcpServerSummary"
"type": "string"
},
"type": "array"
},
@@ -9426,17 +9399,6 @@
],
"type": "object"
},
"PluginMcpServerSummary": {
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PluginReadParams": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"AppSummary": {
"description": "EXPERIMENTAL - app metadata summary for plugin-install responses.",
"description": "EXPERIMENTAL - app metadata summary for plugin responses.",
"properties": {
"description": {
"type": [

View File

@@ -5,7 +5,8 @@
"description": "A path that is guaranteed to be absolute and normalized (though it is not guaranteed to be canonicalized or exist on the filesystem).\n\nIMPORTANT: When deserializing an `AbsolutePathBuf`, a base path must be set using [AbsolutePathBufGuard::new]. If no base path is set, the deserialization will fail unless the path being deserialized is already absolute.",
"type": "string"
},
"PluginAppSummary": {
"AppSummary": {
"description": "EXPERIMENTAL - app metadata summary for plugin responses.",
"properties": {
"description": {
"type": [
@@ -43,7 +44,7 @@
"properties": {
"apps": {
"items": {
"$ref": "#/definitions/PluginAppSummary"
"$ref": "#/definitions/AppSummary"
},
"type": "array"
},
@@ -61,7 +62,7 @@
},
"mcpServers": {
"items": {
"$ref": "#/definitions/PluginMcpServerSummary"
"type": "string"
},
"type": "array"
},
@@ -194,17 +195,6 @@
],
"type": "object"
},
"PluginMcpServerSummary": {
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PluginSkillSummary": {
"properties": {
"description": {