-
v0.1.1
Stablereleased this
2026-05-14 19:39:17 +00:00 | 0 commits to main since this release🪄 Interactive Onboarding & Config Management
This release focuses on developer experience and ease of use — particularly for users running the server via
uvxwithout a local clone.✨ New Features
🧙 Interactive Setup Wizard (
authcommand)- Running
uvx --from strava-mcp-server-hnrx authwith missing credentials no longer fails with an error. - Instead, a browser-based setup wizard opens automatically at
http://localhost:8765. - The wizard walks the user through creating a Strava API application step-by-step and saves all credentials automatically.
🔧
get_server_infoMCP Tool- New tool available to LLM clients to query the server's version, transport mode, authentication status, and available tool categories.
- Returns both a formatted Markdown table and a structured JSON resource.
- Also fixes the version lookup (
importlib.metadata) to use the correct package namestrava-mcp-server-hnrx.
📁 Platform-aware Config File
- Credentials are no longer stored only in a local
.envfile (which doesn't work withuvx). - Now saved to the standard user config directory:
- macOS / Linux:
~/.config/strava-mcp-server/config.env - Windows:
%APPDATA%\strava-mcp-server\config.env
- macOS / Linux:
- A local
.envfile is still supported and takes precedence (for developer overrides).
📖 Documentation
- README: Docker section updated to reference the pre-built image at
git.hnrx.net/hnrx/strava-mcp-server:latest; build-from-source instructions moved to a collapsible<details>block. - Auth and installation sections rewritten to highlight the
uvxquick start as the primary method.
Full Changelog: v0.1.0...v0.1.1
🐳 Docker Image
docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.1.1Downloads
- Running