Skip to content

Commit 6725b63

Browse files
Prepare version 0.12.0 release (#231)
* Initial plan * Prepare version 0.12.0 release Co-authored-by: christian-kreuzberger-dtx <[email protected]> * Update version in server.json, gemini-extension.json, and package-lock.json Co-authored-by: christian-kreuzberger-dtx <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: christian-kreuzberger-dtx <[email protected]>
1 parent 1233dc6 commit 6725b63

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# @dynatrace-oss/dynatrace-mcp-server
22

3-
## Unreleased Changes
3+
## 0.12.0
44

55
- Fixed OAuth callback URL to work in GitHub Codespaces by detecting the environment and using the forwarded URL instead of localhost
66
- Breaking: Changed default HTTP server host binding from `0.0.0.0` to `127.0.0.1` for improved security
7-
8-
### Scopes
9-
107
- Removed scope `app-engine:functions:run` as it's not needed
118

129
## 0.11.0

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynatrace-mcp-server",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"mcpServers": {
55
"dynatrace": {
66
"command": "npx",

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.11.0",
3+
"version": "0.12.0",
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.11.0",
10+
"version": "0.12.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "@dynatrace-oss/dynatrace-mcp-server",
16-
"version": "0.11.0",
16+
"version": "0.12.0",
1717
"runtimeHint": "npx",
1818
"transport": {
1919
"type": "stdio"

0 commit comments

Comments
 (0)