MCPcopy Index your code
hub / github.com/callstack/agent-device / listCommandMetadata

Function listCommandMetadata

src/commands/command-metadata.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13);
14
15export function listCommandMetadata(): AnyCommandMetadata[] {
16 return [...commandMetadata];
17}
18
19export function listMcpCommandMetadata(): AnyCommandMetadata[] {
20 return listMcpExposedCommandNames().map((name) => {

Callers 3

command-schema.tsFile · 0.90
readPublicCommandsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected