Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (e.g., INFO, DEBUG) | INFO |
| BRIDGE_MLS_ID | Yes | Your MLS ID for Bridge Interactive API (required) | |
| CACHE_ENABLED | No | Enable caching | false |
| BRIDGE_CLIENT_ID | Yes | Your Bridge Interactive API client ID (required) | |
| CACHE_TTL_SECONDS | No | Cache TTL in seconds | 300 |
| BRIDGE_API_BASE_URL | No | Bridge Interactive API base URL | https://api.bridgedataoutput.com/api/v2 |
| BRIDGE_SERVER_TOKEN | Yes | Your Bridge Interactive API server token (required) | |
| BRIDGE_CLIENT_SECRET | Yes | Your Bridge Interactive API client secret (required) | |
| API_RATE_LIMIT_PER_MINUTE | No | API rate limit per minute | 60 |
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 | |