mcp-ai-music 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -489,7 +489,7 @@ async function handleGenerateMusic(input, chatSessionId) {
489
489
  result.task_id ||
490
490
  "unknown",
491
491
  status: "pending",
492
- message: "音乐生成任务已提交,请使用query_progress工具查询进度。",
492
+ message: "音乐生成任务已提交后台运行,完成后会推送通知给用户",
493
493
  };
494
494
  return {
495
495
  content: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-ai-music",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "AI作曲MCP服务 - 基于Suno4.5 API的音乐生成、翻唱、扩展和进度查询工具",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {