-
Notifications
You must be signed in to change notification settings - Fork 192
playwright-mcp fails to load via MCP Registry #6876
Copy link
Copy link
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existspending-maintainer-responseIssue is pending a response from the Kiro teamIssue is pending a response from the Kiro team
Description
Before opening, please confirm:
Operating System
macOS 26.0
Kiro Version
1.28.1
Bug Description
playwright-mcp consistently fails with error:
McpError(ErrorData { code: ErrorCode(-32002), message: "connection closed: initialize response", data: None })
Steps to Reproduce
- Configure ~/.kiro/settings/mcp.json:
{ "mcpServers": { "playwright-mcp": { "type": "registry" } } } - Clean all caches:
npm cache clean --force rm -rf ~/Library/Caches/ms-playwright npm uninstall -g @playwright/mcp - Install Playwright browsers:
npx playwright install chromium - Start kiro-cli chat
- Error appears:
`✗ playwright-mcp has failed to load after 0.42 s
- Mcp error: -32002: connection closed: initialize response`
Expected Behavior
playwright-mcp should load successfully when configured via MCP Registry.
Conversation ID
No response
Additional Context
Logs
From $TMPDIR/kiro-log/kiro-chat.log:
ERROR chat_cli::cli::chat::tool_manager: Error loading server playwright-mcp: McpError(ErrorData { code: ErrorCode(-32002), message: "connection closed: initialize response", data: None })
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existspending-maintainer-responseIssue is pending a response from the Kiro teamIssue is pending a response from the Kiro team