Skip to content

Commit 35170b3

Browse files
chore: Prepare release v0.5.0-rc.4 (#115)
* chore: Prepare release v0.5.0-rc.4 * Apply suggestions from code review
1 parent 24f2a17 commit 35170b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## Unreleased Changes
44

5-
### Added
5+
## 0.5.0 (Release Candidate 4)
66

77
- Added Streamable HTTP transport support with `--http`/`--server`, `--port`, and `--host` arguments (default remains stdio for backward compatibility)
8+
- Adapted `find_entity_by_name` tool to include all entities from the Smartscape topology.
9+
- Optimized `get_monitored_entity_details` tool to use direct entity type lookup for better performance.
810

911
## 0.5.0 (Release Candidate 3)
1012

@@ -20,8 +22,6 @@
2022
- Removed unneeded scopes `environment-api:slo:read` (no tool is using this) and `environment-api:metrics:read` (anyway handled via execute DQL tool)
2123
- Removed `metrics` from `execute_dql` example with `fetch`.
2224
- Clarified usage of `verify_dql` to avoid unnecessary tool calls.
23-
- Adapted `find_entity_by_name` tool to include all entities from the smartscape topology.
24-
- Optimized `get_monitored_entity_details` tool to use direct entity type lookup for better performance
2525

2626
## 0.5.0 (Release Candidate 2)
2727

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dynatrace-oss/dynatrace-mcp-server",
3-
"version": "0.5.0-rc.3",
3+
"version": "0.5.0-rc.4",
44
"description": "Model Context Protocol (MCP) server for Dynatrace",
55
"keywords": [
66
"Dynatrace",

0 commit comments

Comments
 (0)