We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175b825 commit e86c77fCopy full SHA for e86c77f
packages/core/src/mcp-server.ts
@@ -6,8 +6,8 @@ import {
6
} from './semanticAttributes';
7
import { startSpan, withActiveSpan } from './tracing';
8
import type { Span } from './types-hoist/span';
9
-import { logger } from './utils-hoist/logger';
10
import { getActiveSpan } from './utils/spanUtils';
+import { logger } from './utils-hoist/logger';
11
12
interface MCPTransport {
13
// The first argument is a JSON RPC message
0 commit comments