We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa48bc commit 3e8953bCopy full SHA for 3e8953b
1 file changed
packages/b2c-dx-mcp/src/commands/mcp.ts
@@ -150,7 +150,6 @@ export default class McpServerCommand extends BaseCommand<typeof McpServerComman
150
* These can be exposed to Services if needed for features like telemetry or caching.
151
*/
152
async run(): Promise<void> {
153
- this.baseCommandTest();
154
// Flags are already parsed by BaseCommand.init()
155
// Parse toolsets and tools from comma-separated strings
156
// Note: toolsets are uppercased, tools are lowercased by their parse functions
0 commit comments