refactor: remove return type annotations from activity and athlete tools
CI/CD Pipeline / Lint & Check (push) Failing after 9s
CI/CD Pipeline / Build & Push Docker Image (push) Has been skipped

This commit is contained in:
2026-05-12 23:28:47 +02:00
parent c69e362635
commit 7c089d90c5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ def register(mcp: FastMCP, strava: StravaClient) -> None:
page: int = 1,
before: str | None = None,
after: str | None = None,
) -> list[ContentBlock]:
):
"""
List recent Strava activities for the authenticated user.
:param limit: Number of activities to return per page (default 10, max 200).