We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ec008 commit 0b0d41aCopy full SHA for 0b0d41a
Dockerfile
@@ -57,7 +57,8 @@ COPY --from=builder /app /app
57
# Set proper permissions
58
RUN chmod -R 755 /python /app
59
60
-ENV PATH="/app/.venv/bin:$PATH" \
+ENV ANONYMIZED_TELEMETRY=false \
61
+ PATH="/app/.venv/bin:$PATH" \
62
DISPLAY=:0 \
63
CHROME_BIN=/usr/bin/chromium \
64
CHROMIUM_FLAGS="--no-sandbox --headless --disable-gpu --disable-software-rasterizer --disable-dev-shm-usage"
src/browser_use_mcp_server/__init__.py
@@ -4,5 +4,3 @@
4
This package provides a Model-Control-Protocol (MCP) server for browser automation
5
using the browser_use library.
6
"""
7
-
8
-__version__ = "0.0.0"
0 commit comments