Replies: 1 comment
-
That's a fair guess, playwright mcp likely needs to load a bunch of things even in headless mode, plus the actual work you want to do. Have you tried just opening a simpler flow? Perhaps this is a related issue? modelcontextprotocol/typescript-sdk#245 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
next.js应用,通过server actions使用StdioClientTransport连接mcp server, listTools()正常,但是callTool超时,报错:{"error":"Failed to execute MCP tool: MCP error -32001: Request timed out"}
是什么原因呢?
"next": "15.2.4",
"@playwright/mcp": "^0.0.32",
"@modelcontextprotocol/sdk": "^1.16.0",
是不是因为@playwright/mcp需要再打开一个浏览器导致的?我设置为headerless后,仍然报超时。
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions