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

Function listMcpExposedCommandNames

src/command-catalog.ts:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149export function listMcpExposedCommandNames(): CliCommandName[] {
150 return listCliCommandNames().filter((command) => !MCP_UNEXPOSED_CLI_COMMANDS.has(command));
151}
152
153export function listCapabilityCheckedCommandNames(): CliCommandName[] {
154 return listCliCommandNames().filter((command) => !CAPABILITY_EXEMPT_CLI_COMMANDS.has(command));

Callers 4

listMcpCommandMetadataFunction · 0.90
registry.tsFile · 0.90
router.test.tsFile · 0.90

Calls 1

listCliCommandNamesFunction · 0.85

Tested by

no test coverage detected