fofstudio-aimcpztdata 1.0.0 → 1.0.1

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/build/MCPMain.js +1 -1
  2. package/package.json +1 -1
package/build/MCPMain.js CHANGED
@@ -2550,7 +2550,7 @@ let 录入数据结构体 = 结构体.定义结构体({
2550
2550
  });
2551
2551
  let MCP服务对象 = new MCP服务("我的服务");
2552
2552
  MCP服务对象.注册MCP接口(
2553
- "set_name",
2553
+ "cx_ygxx",
2554
2554
  "要录入的员工数据",
2555
2555
  async (AI参数) => {
2556
2556
  let AI输入数据 = AI参数["参数列表"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fofstudio-aimcpztdata",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "fofstudio",
5
5
  "type": "commonjs",
6
6
  "bin": {