Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
Refactor response package structure: move CurrentSongDetailRecordDto and TopTrackResponseDto to dto.response package; update imports in SpotifyService and SpotifyMapper
ec0c7efView on GitHubRename artifactId from 'mcp-server' to 'mcp_server' in pom.xml
770281eView on GitHubUpdate dependencies in pom.xml and remove unnecessary logging in SpotifyService
0c54004View on GitHubImplement user data handling with UserDataInterceptor and related classes; refactor SpotifyService to use thread-local API key
0282aa0View on GitHubUpdate application.yaml and pom.xml for configuration adjustments
a1c0ddcView on GitHubAdd CurrentSongDetail and CurrentSongDetailRecordDto models; update SpotifyService to fetch current song details
fdeb308View on GitHubUpdate README.md to enhance project description and features
4ce2a7dView on GitHubAdd PlayBackState enum and implement controlPlayBack method in SpotifyService
1b3c5efView on GitHubRefactor SpotifyService to use injected API token for authentication
0f94e42View on GitHubAdd API key parameter and update authorization header in SpotifyService
8b081f8View on GitHubAdd .env to .gitignore and update application.yaml for environment variable support
803bf9fView on GitHubUpdate run script to set JAVA_HOME for custom JRE creation
4d7ca08View on GitHub