Skip to content
Developer Preview

SkillListParams

skill/list params. Per-session because skill scope follows the session’s workspace and plugin state.

  • sessionId
Source

schema/msp/experimental/msp.schema.json#/types/SkillListParams

{
"description": "`skill/list` params. Per-session because skill scope\nfollows the session's workspace and plugin state.",
"properties": {
"sessionId": {
"description": "The target session.",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}