Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KROGER_CLIENT_ID | Yes | Your Kroger API Client ID from the Kroger Developer Portal | |
| KROGER_REDIRECT_URI | No | The redirect URI registered with your Kroger application | http://localhost:8080/callback |
| KROGER_CLIENT_SECRET | Yes | Your Kroger API Client Secret from the Kroger Developer Portal | |
| KROGER_USER_REFRESH_TOKEN | No | Refresh token obtained through the OAuth2 authorization process for user-specific operations like cart management |
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 | |