Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| PORT | No | The port the server will run on | 3000 | 
| NODE_ENV | No | Environment mode (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  | |