mirror of
https://github.com/varunneal/spotify-mcp.git
synced 2026-04-26 13:15:50 +03:00
[PR #31] implement limit parameter on get tracks #35
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-mcp-varunneal#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/varunneal/spotify-mcp/pull/31
Author: @jrayback
Created: 7/30/2025
Status: 🔄 Open
Base:
main← Head:jrayback_250718_fix-get-tracks-limit-offset📝 Commits (1)
9248015implement limit parameter on get tracks📊 Changes
2 files changed (+45 additions, -6 deletions)
View changed files
📝
src/spotify_mcp/server.py(+5 -1)📝
src/spotify_mcp/spotify_api.py(+40 -5)📄 Description
get tracks now takes a limit parameter and gets paginated results so that a full track list (beyond 100 songs) can be retrieved.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.