Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALLOW_DANGEROUS | No | Allow dangerous LaunchOptions that reduce security (e.g., --no-sandbox, --disable-web-security). Default is false. | |
| DOCKER_CONTAINER | No | Internal flag used in Docker environments to indicate the server is running in a container. | |
| PUPPETEER_LAUNCH_OPTIONS | No | JSON-encoded string of Puppeteer launch options. Example: { "headless": false, "executablePath": "/path/to/chrome", "args": [] } |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |