chore: move tool schema to mcp as it is used by all servers (#887)

This commit is contained in:
Pavel Feldman
2025-08-13 18:23:25 -07:00
committed by GitHub
parent 12942b81d6
commit badfd82202
7 changed files with 46 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ import { Response } from './response.js';
import { SessionLog } from './sessionLog.js';
import { filteredTools } from './tools.js';
import { packageJSON } from './utils/package.js';
import { toMcpTool } from './tools/tool.js';
import { toMcpTool } from './mcp/tool.js';
import type { Tool } from './tools/tool.js';
import type { BrowserContextFactory } from './browserContextFactory.js';