CommandMcpInfo constructor
CommandMcpInfo()
Implementation
CommandMcpInfo() {
argParser
..addFlag(
'json',
help: 'Output as JSON instead of text.',
negatable: false,
)
..addOption(
'workspace',
help: 'Report the workspace/repository tools as enabled.',
valueHelp: 'dir',
);
}