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

@@ -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": {