@atlisp/mcp 1.0.26 → 1.0.27
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/package.json +1 -1
- package/src/constants.js +1 -5
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -8,11 +8,7 @@ export const FILE_EXTENSIONS = {
|
|
|
8
8
|
|
|
9
9
|
export const PROTOCOL_VERSION = '2024-11-05';
|
|
10
10
|
export const SERVER_NAME = 'atlisp-mcp-server';
|
|
11
|
-
|
|
12
|
-
export const SERVER_VERSION = '1.0.25';
|
|
13
|
-
=======
|
|
14
|
-
export const SERVER_VERSION = '1.0.22';
|
|
15
|
-
>>>>>>> 0627854 (chore: 升级 mcp-server 版本到 1.0.22)
|
|
11
|
+
export const SERVER_VERSION = '1.0.27';
|
|
16
12
|
|
|
17
13
|
export const MOCK_PACKAGES = [
|
|
18
14
|
{ name: 'base', description: '基础函数库', version: '1.0.0' },
|