Update mcp.ts
This commit is contained in:
@@ -369,7 +369,7 @@ const server = new McpServer({
|
|||||||
|
|
||||||
const promptContent =
|
const promptContent =
|
||||||
fs.readFileSync(path.join(path.dirname(fileURLToPath(import.meta.url)), 'prompt.md'), 'utf-8') +
|
fs.readFileSync(path.join(path.dirname(fileURLToPath(import.meta.url)), 'prompt.md'), 'utf-8') +
|
||||||
`\n\nfor debugging errors, check playwriter relay server logs at: ${LOG_FILE_PATH}`
|
`\n\nfor debugging internal playwriter errors, check playwriter relay server logs at: ${LOG_FILE_PATH}`
|
||||||
|
|
||||||
server.tool(
|
server.tool(
|
||||||
'execute',
|
'execute',
|
||||||
|
|||||||
Reference in New Issue
Block a user