@dynatrace-oss/dynatrace-mcp-server 1.8.6 → 1.8.7

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @dynatrace-oss/dynatrace-mcp-server
2
2
 
3
+ ## 1.8.7
4
+
5
+ - Added a human approval gate to the `create_dynatrace_notebook` tool, consistent with other write-capable tools.
6
+ - Fixed: CLI metadata flags (`--help`, `--version`) now work correctly without `DT_ENVIRONMENT` being set (fixes [#523](https://github.com/dynatrace-oss/dynatrace-mcp/issues/523)).
7
+ - Fixed: Improved detection of internal environments by parsing hostnames instead of using string matching.
8
+ - Updated `hono` (4.12.18 → 4.12.23, includes security fixes), `@dynatrace-sdk/client-document` (1.30.0 → 1.31.0), `@dynatrace-sdk/client-query` (1.24.0 → 1.25.0), and `@dynatrace/strato-components` (3.5.0 → 3.6.0).
9
+
3
10
  ## 1.8.6
4
11
 
5
12
  - Added a human approval gate to the `send_event` tool, consistent with other write-capable tools. This prevents unintended Davis Problem creation and cascading on-call notifications when sending `CUSTOM_ALERT` events.