SkillListParams
skill/list params. Per-session because skill scope
follows the session’s workspace and plugin state.
Fields and variants
Section titled “Fields and variants”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"}