feat: enable unauthenticated server startup with runtime OAuth and update CI/CD to append Docker pull instructions to release notes
CI/CD Pipeline / Lint & Check (push) Successful in 54s
CI/CD Pipeline / Build & Push Docker Image (push) Failing after 11s

This commit is contained in:
2026-05-09 05:19:16 +02:00
parent a3305b162d
commit 6dd70c29aa
4 changed files with 48 additions and 2 deletions
+5
View File
@@ -23,3 +23,8 @@
- [x] Callback-Endpoint `/auth/callback` im FastMCP-Server ergänzen
- [x] `STRAVA_REFRESH_TOKEN` automatisch in `.env` zurückschreiben nach Token-Rotation
- [x] Optionaler Hinweis beim Start falls kein Token vorhanden ist
## Bugs
- [x] Server startet nicht ohne Refresh Token. Brauche Möglichkeit das ich Auth über Agentgateway machen kann, damit ich nicht jedes Mal manuell den Auth Prozess anstoßen muss. Siehe Gitea MCP Server.
- [x] Hinweise für Model wie das Datum ausgegeben wird vom MCP Server. Aktuell ist das LLM oft unsicher bzgl. datums formates.