• v0.1.1 d5487c07fc

    v0.1.1
    CI/CD Pipeline / Lint & Check (push) Successful in 10s
    CI/CD Pipeline / Publish to PyPI (push) Successful in 12s
    CI/CD Pipeline / Build & Push Docker Image (push) Successful in 1m23s
    Stable

    matthias released 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 uvx without a local clone.

    New Features

    🧙 Interactive Setup Wizard (auth command)

    • Running uvx --from strava-mcp-server-hnrx auth with 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_info MCP 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 name strava-mcp-server-hnrx.

    📁 Platform-aware Config File

    • Credentials are no longer stored only in a local .env file (which doesn't work with uvx).
    • Now saved to the standard user config directory:
      • macOS / Linux: ~/.config/strava-mcp-server/config.env
      • Windows: %APPDATA%\strava-mcp-server\config.env
    • A local .env file 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 uvx quick 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.1
    
    Downloads
  • v0.1.0 7c8061eeea

    v0.1.0
    CI/CD Pipeline / Lint & Check (push) Successful in 9s
    CI/CD Pipeline / Publish to PyPI (push) Successful in 14s
    CI/CD Pipeline / Build & Push Docker Image (push) Successful in 1m20s
    Stable

    matthias released this 2026-05-14 18:14:31 +00:00 | 3 commits to main since this release

    Release Party 🥳🎉

    Our first release on pypi.org feel free to use this Strava MCP Server.

    Favorite Feature:

    • run locally (STDIO) or in a docker container (streamable HTTP)

    What's Changed

    Full Changelog: v0.0.5...v0.1.0

    🐳 Docker Image

    docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.1.0
    
    Downloads
  • v0.0.5 bcc11cb07e

    v0.0.5
    CI/CD Pipeline / Lint & Check (push) Successful in 10s
    CI/CD Pipeline / Build & Push Docker Image (push) Successful in 1m26s
    Stable

    matthias released this 2026-05-12 21:40:34 +00:00 | 11 commits to main since this release

    New Features

    • dual output of returned for LLM analysis and user view

    What's Changed

    Full Changelog: v0.0.4...v0.0.5

    🐳 Docker Image

    docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.0.5
    
    Downloads
  • v0.0.4 fafda14fe9

    Fix Build and Release Flow
    CI/CD Pipeline / Lint & Check (push) Successful in 10s
    CI/CD Pipeline / Build & Push Docker Image (push) Successful in 1m21s
    Stable

    matthias released this 2026-05-09 13:05:56 +00:00 | 18 commits to main since this release

    What's Changed

    Full Changelog: v0.0.3...v0.0.4

    🐳 Docker Image

    docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.0.4
    
    Downloads
  • v0.0.3 4489e1e0e2

    Bugfix: Internal release process
    CI/CD Pipeline / Lint & Check (push) Successful in 9s
    CI/CD Pipeline / Build & Push Docker Image (push) Successful in 1m17s
    Stable

    matthias released this 2026-05-09 12:56:50 +00:00 | 19 commits to main since this release

    This is an internal update for the CI/CD workflow

    🐳 Docker Image

    docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.0.3

    Downloads
  • v0.0.2 cd5faa8332

    Bugfix: Authentication fixed
    CI/CD Pipeline / Lint & Check (push) Successful in 55s
    CI/CD Pipeline / Build & Push Docker Image (push) Successful in 12m47s
    Stable

    matthias released this 2026-05-09 10:33:30 +00:00 | 21 commits to main since this release

    This fix enables the server to start before authentication is done externally.

    Downloads
  • v0.0.1 a3305b162d

    First Release
    CI/CD Pipeline / Lint & Check (push) Successful in 54s
    CI/CD Pipeline / Build & Push Docker Image (push) Successful in 12m49s
    Stable

    matthias released this 2026-05-09 02:42:17 +00:00 | 24 commits to main since this release

    Welcome new Strava MCP Server

    Downloads