@jaypie/mcp 0.8.77 → 0.8.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ import { gt } from 'semver';
|
|
|
9
9
|
/**
|
|
10
10
|
* Docs Suite - Documentation services (skill, version, release_notes)
|
|
11
11
|
*/
|
|
12
|
-
const BUILD_VERSION_STRING = "@jaypie/mcp@0.8.
|
|
12
|
+
const BUILD_VERSION_STRING = "@jaypie/mcp@0.8.78#17b14d70"
|
|
13
13
|
;
|
|
14
14
|
const __filename$1 = fileURLToPath(import.meta.url);
|
|
15
15
|
const __dirname$1 = path.dirname(__filename$1);
|
package/package.json
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 1.2.68
|
|
3
|
+
date: 2026-06-21
|
|
4
|
+
summary: Grant Datadog role trustedadvisor:ListRecommendations
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Changes
|
|
8
|
+
|
|
9
|
+
- `extendDatadogRole` now adds `trustedadvisor:ListRecommendations` (Resource
|
|
10
|
+
`*`) to the custom Datadog policy, alongside the existing
|
|
11
|
+
`budgets:ViewBudget` and `logs:DescribeLogGroups` grants. This lets the
|
|
12
|
+
Datadog AWS integration role surface Trusted Advisor recommendations.
|
|
13
|
+
- Applies wherever `extendDatadogRole` runs (e.g. `JaypieDatadogForwarder` with
|
|
14
|
+
role extension enabled and `CDK_ENV_DATADOG_ROLE_ARN` set).
|