Update mcp.ts

This commit is contained in:
Tommy D. Rossi
2025-12-20 14:39:25 +01:00
parent 984611e28e
commit 170f9499df
+1 -1
View File
@@ -369,7 +369,7 @@ const server = new McpServer({
const promptContent =
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(
'execute',