• 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