@give-tech/lingxi-mcp-server 1.5.1 → 1.5.2

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import { registerApiTools } from './tools/api.js';
14
14
  import { registerModelTools } from './tools/model.js';
15
15
  import { registerDocumentTools } from './tools/document.js';
16
16
  import { registerProjectTools } from './tools/project.js';
17
- const PACKAGE_VERSION = '1.5.0';
17
+ const PACKAGE_VERSION = '1.5.2';
18
18
  // 处理命令行参数
19
19
  const args = process.argv.slice(2);
20
20
  function getArg(name) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@give-tech/lingxi-mcp-server",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "MCP Server for Lingxi API Management Platform",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",