@dynatrace-oss/dynatrace-mcp-server 0.1.2 → 0.1.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.
@@ -18,7 +18,7 @@ const requestToken = async (clientId, clientSecret, authUrl, scopes) => {
18
18
  }),
19
19
  });
20
20
  if (!res.ok) {
21
- throw new Error(`Failed to fetch token: ${res.status} ${res.statusText}`);
21
+ console.error(`Failed to fetch token: ${res.status} ${res.statusText}`);
22
22
  }
23
23
  return await res.json();
24
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace-oss/dynatrace-mcp-server",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Model Context Protocol (MCP) server for Dynatrace",
5
5
  "keywords": [
6
6
  "Dynatrace",