MCPcopy
hub / github.com/callstack/agent-device / listCapabilityCommands

Function listCapabilityCommands

src/core/capabilities.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117export function listCapabilityCommands(): string[] {
118 return Object.keys(COMMAND_CAPABILITY_MATRIX).sort();
119}
120
121/**
122 * The platform families that DO support `command`, derived from the capability

Calls

no outgoing calls

Tested by

no test coverage detected