@@ -9,16 +9,16 @@ import {
99} from '@modelcontextprotocol/sdk/types.js'
1010import { StreamableHTTPClientTransport } from '@modelcontextprotocol/sdk/client/streamableHttp.js'
1111import { ClientCredentialsProvider } from '@modelcontextprotocol/sdk/client/auth-extensions.js'
12- import { McpClient } from '../mcp .js'
13- import { McpTool } from '../tools/mcp-tool.js'
14- import { JsonBlock , type TextBlock , type ToolResultBlock } from '../types/messages.js'
15- import { ImageBlock } from '../types/media.js'
16- import type { LocalAgent } from '../types/agent.js'
17- import type { ToolContext } from '../tools/tool.js'
18- import type { ElicitationCallback } from '../types/elicitation.js'
12+ import { McpClient } from '../client .js'
13+ import { McpTool } from '../../ tools/mcp-tool.js'
14+ import { JsonBlock , type TextBlock , type ToolResultBlock } from '../../ types/messages.js'
15+ import { ImageBlock } from '../../ types/media.js'
16+ import type { LocalAgent } from '../../ types/agent.js'
17+ import type { ToolContext } from '../../ tools/tool.js'
18+ import type { ElicitationCallback } from '../../ types/elicitation.js'
1919import { context , propagation , trace , TraceFlags } from '@opentelemetry/api'
2020import type { SpanContext } from '@opentelemetry/api'
21- import { logger } from '../logging/index.js'
21+ import { logger } from '../../ logging/index.js'
2222import type { LoggingMessageNotificationParams } from '@modelcontextprotocol/sdk/types.js'
2323
2424/**
@@ -64,7 +64,7 @@ vi.mock('@modelcontextprotocol/sdk/client/index.js', () => ({
6464 } ) ,
6565} ) )
6666
67- vi . mock ( '../tools/tool.js' , ( ) => ( {
67+ vi . mock ( '../../ tools/tool.js' , ( ) => ( {
6868 Tool : class { } ,
6969 createErrorResult : ( err : unknown , toolUseId : string ) => ( {
7070 type : 'toolResultBlock' ,
0 commit comments