record_safer_pro_mcp 1.0.35 → 1.0.37

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ Language: [中文](#zh-cn) | [English](#english)
7
7
 
8
8
  Record Safer Pro 的官方 MCP Server。它让具备本机执行能力的 AI 客户端,可以直接接入专业多通道录音工作流,完成设备发现、录音准备、开始/停止录音、通道调整、标记管理等核心操作。
9
9
 
10
- 由 **DADAO 大道声学(北京大道创响科技有限公司)** 开发。
10
+ 由 **DADAO 大道声学** 开发。
11
11
  官网:[www.dadaoaudio.com](https://www.dadaoaudio.com)
12
12
 
13
13
  ### 给第一次接触 AI 的音乐人:先准备这 3 件事
@@ -410,7 +410,7 @@ npx -v
410
410
 
411
411
  The official MCP server for Record Safer Pro. It allows AI clients with local execution capability to connect directly to a professional multichannel recording workflow and handle core tasks such as device discovery, recording preparation, start/stop recording, channel control, and marker management.
412
412
 
413
- Built by **DADAO Audio (Beijing Dadao Chuangxiang Technology Co., Ltd.)**.
413
+ Built by **DADAO Audio**.
414
414
  Website: [www.dadaoaudio.com](https://www.dadaoaudio.com)
415
415
 
416
416
  ### New To AI Tools? Start Here First
@@ -805,4 +805,4 @@ Because that is the most realistic user path for this product. Compared with man
805
805
 
806
806
  ---
807
807
 
808
- Copyright © DADAO Audio (Beijing Dadao Chuangxiang Technology Co., Ltd.)
808
+ Copyright © DADAO Audio
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "record_safer_pro_mcp",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "Record Safer Pro MCP Server — 专业多通道录音工作流 AI 控制接口 / AI control interface for professional multichannel recording workflows",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",