Skip to content

Commit e8e147e

Browse files
chore: prepare release v0.6.0-rc.1 (#150)
1 parent 4381801 commit e8e147e

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## Unreleased Changes
44

5-
- Added metadata output which includes scanned bytes (for cost tracking) to `execute_dql`
6-
- Added next-steps for `get_entity_details` to find out about metrics, problems and logs
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
5+
## 0.6.0 (Release Candidate 1)
6+
7+
- Added metadata output to `execute_dql` tool which includes scanned bytes information, enabling better cost tracking for Dynatrace Grail data access
8+
- Added next-steps guidance to `get_entity_details` tool to help users discover related metrics, problems, and logs for entities
9+
- Added telemetry via Dynatrace OpenKit to improve the product with anonymous usage statistics and error information, enhancing product development while respecting user privacy (can be disabled via `DT_MCP_DISABLE_TELEMETRY` environment variable)
10+
- Added `server.json` configuration and published the MCP server to the official MCP Registry, making it easier for users to discover and install the server
911

1012
## 0.5.0
1113

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",
3+
"version": "0.6.0-rc.1",
44
"mcpName": "io.github.dynatrace-oss/Dynatrace-mcp",
55
"description": "Model Context Protocol (MCP) server for Dynatrace",
66
"keywords": [

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/dynatrace-oss/Dynatrace-mcp",
88
"source": "github"
99
},
10-
"version": "0.5.0",
10+
"version": "0.6.0-rc.1",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "@dynatrace-oss/dynatrace-mcp-server",
16-
"version": "0.5.0",
16+
"version": "0.6.0-rc.1",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)