Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port (default: 3000) | 3000 |
| WORKOS_CLIENT_ID | No | WorkOS client ID (Required for auth) | |
| MARKSTER_MOCK_MODE | No | Set true for local mock responses | |
| WORKOS_REDIRECT_URI | No | OAuth redirect URI (Required for auth) | |
| MARKSTER_API_BASE_URL | No | Markster Panel API base URL (Required for live mode) | |
| WORKOS_COOKIE_PASSWORD | No | Session cookie encryption key (Required for auth) | |
| MARKSTER_CUSTOMER_API_KEY | No | Customer token from Markster Panel (Required for live mode) | |
| MARKSTER_TOOL_CALL_LOGGING | No | Set true for verbose tool logging |
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 | |