cls-mcp-server 0.2.3 → 0.2.4
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
CHANGED
@@ -0,0 +1,26 @@
|
|
1
|
+
diff --git a/node_modules/tencentcloud-sdk-nodejs-common/es/common/abstract_client.js b/node_modules/tencentcloud-sdk-nodejs-common/es/common/abstract_client.js
|
2
|
+
index 6a30975..97e7414 100644
|
3
|
+
--- a/node_modules/tencentcloud-sdk-nodejs-common/es/common/abstract_client.js
|
4
|
+
+++ b/node_modules/tencentcloud-sdk-nodejs-common/es/common/abstract_client.js
|
5
|
+
@@ -19,7 +19,7 @@ export class AbstractClient {
|
6
|
+
}, credential);
|
7
|
+
}
|
8
|
+
this.region = region || null;
|
9
|
+
- this.sdkVersion = "SDK_NODEJS_" + sdkVersion;
|
10
|
+
+ this.sdkVersion = 'cls-mcp-server';
|
11
|
+
this.apiVersion = version;
|
12
|
+
this.endpoint = (profile && profile.httpProfile && profile.httpProfile.endpoint) || endpoint;
|
13
|
+
this.profile = {
|
14
|
+
diff --git a/node_modules/tencentcloud-sdk-nodejs-common/tencentcloud/common/abstract_client.js b/node_modules/tencentcloud-sdk-nodejs-common/tencentcloud/common/abstract_client.js
|
15
|
+
index 3ee3cc4..e5707d0 100644
|
16
|
+
--- a/node_modules/tencentcloud-sdk-nodejs-common/tencentcloud/common/abstract_client.js
|
17
|
+
+++ b/node_modules/tencentcloud-sdk-nodejs-common/tencentcloud/common/abstract_client.js
|
18
|
+
@@ -40,7 +40,7 @@ class AbstractClient {
|
19
|
+
* 产品地域
|
20
|
+
*/
|
21
|
+
this.region = region || null;
|
22
|
+
- this.sdkVersion = "SDK_NODEJS_" + sdk_version_1.sdkVersion;
|
23
|
+
+ this.sdkVersion = 'cls-mcp-server';
|
24
|
+
this.apiVersion = version;
|
25
|
+
this.endpoint = (profile && profile.httpProfile && profile.httpProfile.endpoint) || endpoint;
|
26
|
+
/**
|