@dynatrace-oss/dynatrace-mcp-server 1.8.2-dev.20260420092701 → 1.8.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.
- package/CHANGELOG.md +4 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased Changes
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## 1.8.2
|
|
6
|
+
|
|
7
|
+
- Fixed a "Cannot find module 'open'" startup error that occurred when running extracted MCPB bundles.
|
|
8
|
+
- Updated `undici` (6.21.0 → 8.1.0), `@dynatrace/strato-components` (3.2.0 → 3.2.1), and `@dynatrace/strato-components-preview` (3.2.0 → 3.2.1).
|
|
6
9
|
|
|
7
10
|
## 1.8.1
|
|
8
11
|
|
package/index.js
CHANGED
|
@@ -121739,7 +121739,7 @@ var {
|
|
|
121739
121739
|
} = import_index2.default;
|
|
121740
121740
|
|
|
121741
121741
|
// package.json
|
|
121742
|
-
var version2 = "1.8.2
|
|
121742
|
+
var version2 = "1.8.2";
|
|
121743
121743
|
|
|
121744
121744
|
// src/utils/version.ts
|
|
121745
121745
|
function getPackageJsonVersion() {
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
"url": "https://github.com/dynatrace-oss/Dynatrace-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.8.
|
|
9
|
+
"version": "1.8.2",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
14
14
|
"identifier": "@dynatrace-oss/dynatrace-mcp-server",
|
|
15
|
-
"version": "1.8.
|
|
15
|
+
"version": "1.8.2",
|
|
16
16
|
"runtimeHint": "npx",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|