Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STRAVA_SCOPES | Yes | Strava API scopes to request during OAuth | |
| STRAVA_CLIENT_ID | Yes | Your Strava application client ID | |
| STRAVA_TOKEN_PATH | Yes | Path where access tokens will be stored | |
| STRAVA_REDIRECT_URI | Yes | The redirect URI for OAuth callback (should be http://localhost:8723/callback) | |
| STRAVA_CLIENT_SECRET | Yes | Your Strava application client secret |
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 | |