Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the server (used as fallback if MYZ_SEARCH_PORT is not set, default 3000) | |
| MYZ_SEARCH_PORT | No | Port number for the server (fallback to PORT environment variable, default 3000) | |
| MYZ_SEARCH_PROXY | No | Proxy server (http or socks URL) applied to Playwright | |
| MYZ_SEARCH_TIMEOUT | No | Navigation timeout in milliseconds | |
| MYZ_SEARCH_HUMAN_WAIT | No | Wait time in milliseconds for human to solve challenge in non-headless mode | |
| MYZ_SEARCH_PROFILE_DIR | No | Persistent user data directory to persist session/cookies |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |