mirror of
https://github.com/varunneal/spotify-mcp.git
synced 2026-04-26 13:15:50 +03:00
[GH-ISSUE #44] README.md: Replace localhost with 127.0.0.1 in redirect URI examples #16
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#16
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?
Originally created by @shayaShav on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/varunneal/spotify-mcp/issues/44
Hey!
The README currently shows redirect URI examples using "localhost", but Spotify's API requires explicit loopback addresses (IPv4 or IPv6) for OAuth callbacks and will reject "localhost" as a redirect URI, causing authentication failures. All instances of "localhost" in redirect URI examples should be replaced with "127.0.0.1".