Skip to content

Commit b9f2581

Browse files
patch: Remove unneeded scopes from README (#76)
1 parent 9fe20bf commit b9f2581

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

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

3+
## Unreleased changes
4+
5+
- Removed unneeded scopes `environment-api:slo:read` (no tool is using this) and `environment-api:metrics:read` (anyway handled via execute DQL tool)
6+
37
## 0.5.0 (Release Candidate 2)
48

59
- Improved "List Problems" tool to use a DQL statement to retrieve data from Dynatrace, and provide better next steps

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dynatrace MCP Server
22

3-
This remote MCP server allows interaction with the [Dynatrace](https://www.dynatrace.com/) observability platform.
3+
This local MCP server allows interaction with the [Dynatrace](https://www.dynatrace.com/) observability platform.
44
Bring real-time observability data directly into your development workflow.
55

66
<img width="1046" alt="image" src="/assets/dynatrace-mcp-arch.png" />
@@ -136,8 +136,6 @@ Depending on the features you are using, the following scopes are needed:
136136
- `app-engine:functions:run` - needed for for almost all tools
137137
- `environment-api:security-problems:read` - needed for reading security problems (_currently not available for Platform Tokens_)
138138
- `environment-api:entities:read` - read monitored entities (_currently not available for Platform Tokens_)
139-
- `environment-api:metrics:read` - read metrics (_currently not available for Platform Tokens_)
140-
- `environment-api:slo:read` - read SLOs (_currently not available for Platform Tokens_)
141139
- `automation:workflows:read` - read Workflows
142140
- `automation:workflows:write` - create and update Workflows
143141
- `automation:workflows:run` - run Workflows
@@ -284,7 +282,7 @@ First, enable Copilot for your Workspace `.vscode/settings.json`:
284282
}
285283
```
286284

287-
and make sure that you are using Agent Mode in CoPilot.
285+
and make sure that you are using Agent Mode in Copilot.
288286

289287
Second, add the MCP to `.vscode/mcp.json`:
290288

0 commit comments

Comments
 (0)