We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4eaba commit d0622d5Copy full SHA for d0622d5
2 files changed
docs/tool-reference.md
@@ -1,6 +1,6 @@
1
<!-- AUTO GENERATED DO NOT EDIT - run 'npm run docs' to update-->
2
3
-# Chrome DevTools MCP Tool Reference (~7095 cl100k_base tokens)
+# Chrome DevTools MCP Tool Reference (~7084 cl100k_base tokens)
4
5
- **[Input automation](#input-automation)** (9 tools)
6
- [`click`](#click)
src/tools/memory.ts
@@ -19,8 +19,7 @@ export const takeMemorySnapshot = defineTool({
19
schema: {
20
filePath: zod
21
.string()
22
- .describe('A path to a .heapsnapshot file to save the heapsnapshot to.')
23
- .endsWith('.heapsnapshot'),
+ .describe('A path to a .heapsnapshot file to save the heapsnapshot to.'),
24
},
25
handler: async (request, response, context) => {
26
const page = context.getSelectedPage();
0 commit comments