@dynatrace-oss/dynatrace-mcp-server 1.7.2 → 1.7.3

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased Changes
4
4
 
5
+ ## 1.7.3
6
+
7
+ - Fixed: Set default values (empty string) for several environment variables in Claude Desktop to avoid `${user_config.VARIABLE_NAME}` being set as a value
8
+
5
9
  ## 1.7.2
6
10
 
7
11
  - Fixed: Empty string values for `OAUTH_CLIENT_ID`, `OAUTH_CLIENT_SECRET`, and `DT_PLATFORM_TOKEN` environment variables are now treated as unset, preventing authentication failures when tools like Claude Desktop set blank fields to `""`. A warning is logged when an empty string is detected.
package/index.js CHANGED
@@ -115306,7 +115306,7 @@ var {
115306
115306
  } = import_index2.default;
115307
115307
 
115308
115308
  // package.json
115309
- var version2 = "1.7.2";
115309
+ var version2 = "1.7.3";
115310
115310
 
115311
115311
  // src/utils/version.ts
115312
115312
  function getPackageJsonVersion() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace-oss/dynatrace-mcp-server",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "mcpName": "io.github.dynatrace-oss/Dynatrace-mcp",
5
5
  "description": "Model Context Protocol (MCP) server for Dynatrace",
6
6
  "keywords": [
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.7.1",
9
+ "version": "1.7.3",
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.7.1",
15
+ "version": "1.7.3",
16
16
  "runtimeHint": "npx",
17
17
  "transport": {
18
18
  "type": "stdio"