Skip to content

Commit c058a6f

Browse files
committed
remove comments
1 parent 6fa7245 commit c058a6f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export class B2CDxMcpServer extends McpServer {
6767
args: Record<string, unknown>,
6868
_extra: RequestHandlerExtra<ServerRequest, ServerNotification>,
6969
): Promise<CallToolResult> => {
70-
// TODO: Telemetry - Track timing and send TOOL_CALLED event
7170
const startTime = Date.now();
7271
const result = await handler(args);
7372
// TODO: Telemetry - Send TOOL_CALLED event with { name, runtimeMs, isError: result.isError }

0 commit comments

Comments
 (0)