8 lines
191 B
Python
8 lines
191 B
Python
|
|
"""LetsBe MCP Browser Sidecar.
|
||
|
|
|
||
|
|
A Playwright browser automation service that provides HTTP API for
|
||
|
|
LLM-driven exploratory browser control with domain allowlisting.
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|