Skip to content

Commit f4c62da

Browse files
committed
Lint fail from master
1 parent 3405d36 commit f4c62da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/mcp-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {
66
} from './semanticAttributes';
77
import { startSpan, withActiveSpan } from './tracing';
88
import type { Span } from './types-hoist/span';
9-
import { logger } from './utils-hoist/logger';
109
import { getActiveSpan } from './utils/spanUtils';
10+
import { logger } from './utils-hoist/logger';
1111

1212
interface MCPTransport {
1313
// The first argument is a JSON RPC message

0 commit comments

Comments
 (0)