- How the error looks like:
- My mcp.json:
"mcpServers": {
"interactive-feedback-mcp": {
"command": "uv",
"args": [
"--directory",
"D:\\public-project\\interactive-feedback-mcp",
"run",
"server.py"
],
"timeout": 600,
"autoApprove": [
"interactive_feedback"
]
},
"GitKraken": {
"command": "c:\\Users\\ct10228\\AppData\\Roaming\\Cursor\\User\\globalStorage\\eamodio.gitlens\\gk.exe",
"type": "stdio",
"name": "GitKraken",
"args": [
"mcp",
"--host=cursor",
"--source=gitlens",
"--scheme=cursor"
],
"env": {}
},
"Playwright": {
"command": "npx @playwright/mcp@latest"
}
}
}
-
My servers status:
-
MCP: user-playwright output:
2025-10-15 09:24:49.548 [info] Handling ListOfferings action, server stored: false
2025-10-15 09:24:49.548 [error] No server info found
2025-10-15 09:24:50.215 [info] Handling CreateClient action
2025-10-15 09:24:50.215 [info] Starting new stdio process with command: npx @playwright/mcp@latest
2025-10-15 09:24:50.288 [info] Handling ListOfferings action, server stored: false
2025-10-15 09:24:50.288 [error] No server info found
2025-10-15 09:24:52.025 [info] Successfully connected to stdio server
2025-10-15 09:24:52.026 [info] Storing stdio client user-Playwright
2025-10-15 09:24:52.026 [info] CreateClient completed, server stored: true
2025-10-15 09:24:52.049 [info] Handling ListOfferings action, server stored: true
2025-10-15 09:24:52.049 [info] Connected to stdio server, fetching offerings
2025-10-15 09:24:52.053 [info] Found 21 tools, 0 prompts, and 0 resources
2025-10-15 09:24:53.913 [info] Handling ListOfferings action, server stored: true
2025-10-15 09:24:53.913 [info] Connected to stdio server, fetching offerings
2025-10-15 09:24:53.913 [info] Handling ListOfferings action, server stored: true
2025-10-15 09:24:53.913 [info] Connected to stdio server, fetching offerings
2025-10-15 09:24:53.914 [info] Found 21 tools, 0 prompts, and 0 resources
2025-10-15 09:24:53.915 [info] Found 21 tools, 0 prompts, and 0 resources
2025-10-15 09:26:39.150 [info] Handling CreateClient action
2025-10-15 09:26:39.150 [info] CreateClient completed, server stored: true
2025-10-15 09:26:39.158 [info] Handling ListOfferings action, server stored: true
2025-10-15 09:26:39.158 [info] Connected to stdio server, fetching offerings
2025-10-15 09:26:39.158 [info] Handling ListOfferings action, server stored: true
2025-10-15 09:26:39.158 [info] Connected to stdio server, fetching offerings
2025-10-15 09:26:39.160 [info] Found 21 tools, 0 prompts, and 0 resources
2025-10-15 09:26:39.162 [info] Found 21 tools, 0 prompts, and 0 resources
2025-10-15 09:26:39.163 [info] Handling ListOfferings action, server stored: true
2025-10-15 09:26:39.163 [info] Connected to stdio server, fetching offerings
2025-10-15 09:26:39.164 [info] Handling ListOfferings action, server stored: true
2025-10-15 09:26:39.164 [info] Connected to stdio server, fetching offerings
2025-10-15 09:26:39.165 [info] Found 21 tools, 0 prompts, and 0 resources
2025-10-15 09:26:39.166 [info] Found 21 tools, 0 prompts, and 0 resources
- I tried to ask agent:
I’ve tried clear %LocalAppData%/npm-cache/_npx & restart, it doesn’t works.
It did works a few mouth ago(Sep), but I can’t downgrade to specific v1.7.x, so I don’t know which version started to have problems.