You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/prompts/release.prompt.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ When preparing a release, follow these steps to ensure everything is in order:
12
12
4. Create a new section in CHANGELOG.md for the version below "Unreleased Changes".
13
13
5. Move all entries from "Unreleased Changes" to this new section. Reword them in the process to fit the content guidelines specified in `.github/instructions/changelog.instructions.md`.
14
14
6. Update the version number in `package.json`.
15
-
7. Run `npm install --package-lock-only` to sync the lock file.
16
-
8. Let the user verify the release notes and version number before proceeding.
17
-
9. Commit the changes with a message like `chore(release): prepare for <version> release`.
15
+
7. Update the version number in `server.json`.
16
+
8. Run `npm install --package-lock-only` to sync the lock file.
17
+
9. Let the user verify the release notes and version number before proceeding.
18
+
10. Commit the changes with a message like `chore(release): prepare for <version> release`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
- Added metadata output which includes scanned bytes (for cost tracking) to `execute_dql`
6
6
- Added next-steps for `get_entity_details` to find out about metrics, problems and logs
7
7
- Added Telemetry via Dynatrace OpenKit to improve the product with anonymous usage statistics and error information (can be disabled via `DT_MCP_DISABLE_TELEMETRY` environment variable)
8
+
- Added `server.json` and published the mcp server at the official MCP Registry
<img src="https://img.shields.io/github/contributors/dynatrace-oss/dynatrace-mcp?color=green" alt="Dynatrace MCP Server Contributors on GitHub" />
18
+
</a>
19
+
</h4>
20
+
3
21
This local MCP server allows interaction with the [Dynatrace](https://www.dynatrace.com/) observability platform.
4
22
Bring real-time observability data directly into your development workflow.
5
23
24
+
> Note: This product is not officially supported by Dynatrace.
25
+
26
+
Please contact us via [GitHub Issues](https://github.com/dynatrace-oss/dynatrace-mcp/issues) if you have feature requests, questions, or need help.
- update the version number in [package.json](package.json),
630
652
- commit the changes.
631
-
632
-
## Notes
633
-
634
-
This product is not officially supported by Dynatrace.
635
-
Please contact us via [GitHub Issues](https://github.com/dynatrace-oss/dynatrace-mcp/issues) if you have feature requests, questions, or need help.
0 commit comments