You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The @modelcontextprotocol/server - puppeteer package version ^0.6.2 (the latest version) lacks support for Docker and the headless: true configuration as there is no master branch. It is required to synchronize with npm to potentially resolve these issues.
To Reproduce
Steps to reproduce the behavior:
Set up the following Puppeteer configuration in your project (e.g., in a relevant configuration file):
Try to run the Puppeteer - related operations using the configured setup.
Notice that the Docker support is not available and the headless: true configuration may not work as expected.
Expected behavior
After synchronizing with npm, the @modelcontextprotocol/server - puppeteer package should have proper support for Docker, allowing it to run smoothly within a Docker container. Also, the headless: true configuration should be recognized and work as intended, enabling the Puppeteer browser to run in headless mode.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
@modelcontextprotocol/server - puppeteer
package version^0.6.2
(the latest version) lacks support for Docker and theheadless: true
configuration as there is nomaster
branch. It is required to synchronize with npm to potentially resolve these issues.To Reproduce
Steps to reproduce the behavior:
headless: true
configuration may not work as expected.Expected behavior
After synchronizing with npm, the
@modelcontextprotocol/server - puppeteer
package should have proper support for Docker, allowing it to run smoothly within a Docker container. Also, theheadless: true
configuration should be recognized and work as intended, enabling the Puppeteer browser to run in headless mode.The text was updated successfully, but these errors were encountered: