CommandMcpList constructor
CommandMcpList()
Implementation
CommandMcpList() {
argParser.addOption(
'workspace',
help:
'Also list the workspace/repository tools (as enabled by serving '
'with --workspace).',
valueHelp: 'dir',
);
}