Skip to content

Commit e86c77f

Browse files
committed
fix lint issue
1 parent 175b825 commit e86c77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/mcp-server.ts

+1-1
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)