File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
# @dynatrace-oss/dynatrace-mcp-server
2
2
3
+ ## unreleased
4
+
5
+ - Improve Authentication - fine-grained OAuth calls per tool
6
+ - Fixed: Missing scope ` storage:security.events:read ` for execute DQL
7
+
3
8
## 0.3.0
4
9
5
10
- Provide version of dynatrace-mcp-server on startup
Original file line number Diff line number Diff line change @@ -413,6 +413,7 @@ const main = async () => {
413
413
'storage:system:read' , // Read System Data from Grail
414
414
'storage:user.events:read' , // Read User events from Grail
415
415
'storage:user.sessions:read' , // Read User sessions from Grail
416
+ 'storage:security.events:read' , // Read Security events from Grail
416
417
) ,
417
418
) ;
418
419
const response = await executeDql ( dtClient , dqlStatement ) ;
You can’t perform that action at this time.
0 commit comments