start ws right away

This commit is contained in:
Tommy D. Rossi
2025-11-24 21:01:29 +01:00
parent 4e49cd5418
commit ecd7488399
+1
View File
@@ -609,6 +609,7 @@ server.tool(
// Start the server
async function main() {
await ensureRelayServer()
const transport = new StdioServerTransport()
await server.connect(transport)
// console.error('Playwright MCP server running on stdio')