Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port on which the server will run | 3000 |
| NODE_ENV | No | Node environment (development or production) | development |
| SERP_API_KEY | No | Your SERP API key (optional) | |
| GOOGLE_ADS_CLIENT_ID | Yes | Your Google Ads API client ID | |
| GOOGLE_ADS_CLIENT_SECRET | Yes | Your Google Ads API client secret | |
| GOOGLE_ADS_REFRESH_TOKEN | Yes | Your Google Ads API refresh token | |
| GOOGLE_ADS_DEVELOPER_TOKEN | Yes | Your Google Ads API developer token | |
| GOOGLE_ADS_LOGIN_CUSTOMER_ID | Yes | Your Google Ads customer ID without dashes |
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 | |