Skip to content

Commit 3e8953b

Browse files
committed
remove testing function call
1 parent eaa48bc commit 3e8953b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/b2c-dx-mcp/src/commands

packages/b2c-dx-mcp/src/commands/mcp.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ export default class McpServerCommand extends BaseCommand<typeof McpServerComman
150150
* These can be exposed to Services if needed for features like telemetry or caching.
151151
*/
152152
async run(): Promise<void> {
153-
this.baseCommandTest();
154153
// Flags are already parsed by BaseCommand.init()
155154
// Parse toolsets and tools from comma-separated strings
156155
// Note: toolsets are uppercased, tools are lowercased by their parse functions

0 commit comments

Comments
 (0)