Skip to content

Commit 10cb514

Browse files
committed
lint
1 parent 9c5af46 commit 10cb514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
SetLevelRequestSchema,
2222
} from '@modelcontextprotocol/sdk/types.js';
2323
import type { ValidateFunction } from 'ajv';
24-
import { type ActorCallOptions, ApifyApiError } from 'apify-client';
24+
import { type ActorCallOptions } from 'apify-client';
2525

2626
import log from '@apify/log';
2727

@@ -39,12 +39,12 @@ import { callActorGetDataset, defaultTools, getActorsAsTools, toolCategories } f
3939
import { decodeDotPropertyNames } from '../tools/utils.js';
4040
import type { ActorMcpTool, ActorTool, HelperTool, ToolEntry } from '../types.js';
4141
import { buildActorResponseContent } from '../utils/actor-response.js';
42+
import { buildMCPResponse } from '../utils/mcp.js';
4243
import { createProgressTracker } from '../utils/progress.js';
4344
import { getToolPublicFieldOnly } from '../utils/tools.js';
4445
import { connectMCPClient } from './client.js';
4546
import { EXTERNAL_TOOL_CALL_TIMEOUT_MSEC, LOG_LEVEL_MAP } from './const.js';
4647
import { processParamsGetTools } from './utils.js';
47-
import { buildMCPResponse } from '../utils/mcp.js';
4848

4949
type ToolsChangedHandler = (toolNames: string[]) => void;
5050

0 commit comments

Comments
 (0)