We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac06ac4 commit 86518acCopy full SHA for 86518ac
src/tools/script.ts
@@ -5,7 +5,11 @@
5
*/
6
7
import {zod} from '../third_party/modelcontextprotocol-sdk/index.js';
8
-import type {Frame, JSHandle, Page} from '../third_party/puppeteer-core/index.js';
+import type {
9
+ Frame,
10
+ JSHandle,
11
+ Page,
12
+} from '../third_party/puppeteer-core/index.js';
13
14
import {ToolCategories} from './categories.js';
15
import {defineTool} from './ToolDefinition.js';
0 commit comments