@dynatrace-oss/dynatrace-mcp-server 1.8.4-dev.20260428131521 → 1.8.5
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 +10 -0
- package/README.md +1 -1
- package/index.js +818 -454
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @dynatrace-oss/dynatrace-mcp-server
|
|
2
2
|
|
|
3
|
+
## 1.8.5
|
|
4
|
+
|
|
5
|
+
- Updated `@dynatrace-sdk/client-automation` (5.22.0 → 7.0.1), `@dynatrace-sdk/client-davis-analyzers` (1.9.8 → 1.10.0), `@dynatrace-sdk/client-query` (1.23.1 → 1.24.0), `express-rate-limit` (8.3.0 → 8.5.1), `hono` (4.12.14 → 4.12.18), `ip-address` (10.1.0 → 10.2.0), and `fast-uri` (3.1.0 → 3.1.2).
|
|
6
|
+
|
|
7
|
+
## 1.8.4
|
|
8
|
+
|
|
9
|
+
- This repository is now in Maintenance Mode. Active development has moved to the [Remote Dynatrace MCP Server](https://www.dynatrace.com/hub/detail/dynatrace-mcp-server/). See [#496](https://github.com/dynatrace-oss/dynatrace-mcp/issues/496) for details.
|
|
10
|
+
- Added a Cursor Marketplace plugin under `plugins/dynatrace-mcp/`, enabling the Dynatrace MCP Server to be listed and installed directly from the Cursor Marketplace.
|
|
11
|
+
- Updated `@dynatrace/strato-components` (3.2.1 → 3.3.0) and `@dynatrace/strato-icons` (2.1.1 → 2.2.0).
|
|
12
|
+
|
|
3
13
|
## 1.8.3
|
|
4
14
|
|
|
5
15
|
- Fixed privacy notice URL in MCPB manifest
|
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
> 🚀 **Try out our brand new [Remote Dynatrace MCP Server](https://www.dynatrace.com/hub/detail/dynatrace-mcp-server/)!** Now available - no local setup required, connect instantly to your Dynatrace environment from any MCP-compatible client. See our [migration guide](docs/remote-mcp-migration.md) for a comparison and step-by-step instructions.
|
|
28
28
|
|
|
29
|
-
**MAINTENANCE MODE** - Please note, that this repository is currently in [
|
|
29
|
+
**MAINTENANCE MODE** - Please note, that this repository is currently in [_Maintenance Mode_](https://github.com/dynatrace-oss/dynatrace-mcp/issues/496).
|
|
30
30
|
|
|
31
31
|
The local _Dynatrace MCP server_ allows AI Assistants to interact with the [Dynatrace](https://www.dynatrace.com/) observability platform,
|
|
32
32
|
bringing real-time observability data directly into your development workflow.
|