refactor: remove return type annotations from activity and athlete tools
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user