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