Initial commit: Modularized Strava MCP Server with UV and Hatchling
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Strava API Credentials
|
||||
# Get these from https://www.strava.com/settings/api
|
||||
STRAVA_CLIENT_ID=your_client_id
|
||||
STRAVA_CLIENT_SECRET=your_client_secret
|
||||
|
||||
# Initial refresh token obtained via OAuth2 flow
|
||||
STRAVA_REFRESH_TOKEN=your_refresh_token
|
||||
|
||||
# Optional: Server configuration
|
||||
PORT=8000
|
||||
HOST=0.0.0.0
|
||||
Reference in New Issue
Block a user