chore: annotate tools (#351)
Fixes https://github.com/microsoft/playwright-mcp/issues/215
This commit is contained in:
parent
8cd7d5a753
commit
d01aa19ffa
19 changed files with 157 additions and 62 deletions
|
|
@ -28,8 +28,10 @@ const generateTest = defineTool({
|
|||
|
||||
schema: {
|
||||
name: 'browser_generate_playwright_test',
|
||||
title: 'Generate a Playwright test',
|
||||
description: 'Generate a Playwright test for given scenario',
|
||||
inputSchema: generateTestSchema,
|
||||
type: 'readOnly',
|
||||
},
|
||||
|
||||
handle: async (context, params) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue