Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (default: INFO) | INFO |
| PYTHONPATH | No | Environment variable to set the Python path for finding the server modules, typically including the 'src' directory. | |
| DATABASE_PATH | No | Path to SQLite database | |
| CACHE_TTL_JOBS | No | Job listing cache TTL in seconds (default: 3600) | 3600 |
| MCP_SERVER_PORT | No | Server port (default: 3000) | 3000 |
| PLAYWRIGHT_HEADLESS | No | Run Playwright in headless mode (default: true) | true |
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 | |