cloudflare / cloudflare/playwright-mcp
Request to upgrade `agents` dependency to latest `^0.2.27`
Open
- Dominant language
- TypeScript
- Stars
- 258
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
The `@cloudflare/playwright-mcp` package currently depends on version `^0.0.109` of the `agents` package. We're considering using `@cloudflare/playwright-mcp` for some production use cases, but the `agents` package at version `^0.0.109` is introducing some vulnerabilities (primarily due to transitive dependencies).
When using agents `^0.2.27`, those vulnerabilities go away. As far as I can tell this is a super easy upgrade, that just requires changing the version in package.json. The `McpAgent` interface you rely on is stable across these versions.
Contributor guide
Assessment
This issue has not been assessed yet.