22 Commits

Author SHA1 Message Date
kennethreitz 936fb77f23 Merge pull request #5 from haixuanTao/patch-1
Pin python version on mcp command
2025-09-11 07:06:27 -04:00
Haixuan Xavier Tao b6a066c1c4 Pin python version on mcp command
Those additional parameters makes it less likely to have installation issues.
2025-09-11 09:56:44 +02:00
kennethreitz 29bc73a7d4 Merge pull request #3 from lwsinclair/add-mseep-badge
Add MseeP.ai badge to README
2025-05-28 20:22:35 -04:00
Lawrence Sinclair 187b26ceaa Add MseeP.ai badge to README 2025-05-05 08:50:06 +07:00
kennethreitz 66e0ed60e3 Add MIT License 2025-04-22 12:45:55 -04:00
kennethreitz 9dabbd828f Bump version to 0.1.5 v0.1.5 2025-04-22 12:42:25 -04:00
kennethreitz ed19071abd Merge pull request #1 from zhigang1992/feature/add-current-song-and-library
Add current song and library functions
2025-04-22 12:40:06 -04:00
Kyle Fang bc442c6f52 Add functions to retrieve current song information and list all songs in the Apple Music library 2025-03-30 10:56:17 +08:00
kennethreitz a3e5b1dbcf Bump version to 0.1.4 in pyproject.toml 2025-02-08 18:21:06 -05:00
kennethreitz a7c804ca28 Add MCP Apple Music integration with playback and playlist management functions 2025-02-08 18:21:06 -05:00
kennethreitz f624419195 Bump version to 0.1.3 in pyproject.toml and improve playlist creation logic in server.py 2025-02-08 18:21:06 -05:00
kennethreitz d5cd8fb3d0 Bump version to 0.1.2 in pyproject.toml 2025-02-08 18:21:06 -05:00
kennethreitz 021269b918 Refactor AppleScript commands in server.py for improved readability and consistency 2025-02-08 18:21:06 -05:00
kennethreitz f3b1bbd29e Update .gitignore to exclude .vscode directory and Python bytecode files 2025-02-08 18:21:06 -05:00
kennethreitz f7a139b5b1 Remove LICENSE file from the project 2025-02-08 18:21:06 -05:00
kennethreitz c2e890d5a9 Bump version to 0.1.1 in pyproject.toml 2025-02-08 18:21:06 -05:00
kennethreitz 2e49030142 Refactor project structure and add main entry point for MCP Apple Music server 2025-02-08 18:21:06 -05:00
kennethreitz 0abb29f392 Add .gitignore file to exclude mcp_applemusic.egg-info 2025-02-08 18:21:06 -05:00
kennethreitz f13c7e0ec4 Add MIT License file to the project 2025-02-08 18:21:06 -05:00
kennethreitz 8d8c7a2c6d Update README.md 2025-02-08 18:08:54 -05:00
kennethreitz c9b93e6d01 Add MCP server integration with Apple Music control functions v0.1.0 2025-02-08 17:19:39 -05:00
kennethreitz a937d4be5a Add initial project files and documentation for MCP-AppleMusic 2025-02-08 17:19:33 -05:00