Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tool-reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- AUTO GENERATED DO NOT EDIT - run 'npm run docs' to update-->

# Chrome DevTools MCP Tool Reference (~7095 cl100k_base tokens)
# Chrome DevTools MCP Tool Reference (~7084 cl100k_base tokens)

- **[Input automation](#input-automation)** (9 tools)
- [`click`](#click)
Expand Down
3 changes: 1 addition & 2 deletions src/tools/memory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export const takeMemorySnapshot = defineTool({
schema: {
filePath: zod
.string()
.describe('A path to a .heapsnapshot file to save the heapsnapshot to.')
.endsWith('.heapsnapshot'),
.describe('A path to a .heapsnapshot file to save the heapsnapshot to.'),
},
handler: async (request, response, context) => {
const page = context.getSelectedPage();
Expand Down