@backstage/plugin-mcp-actions-backend 0.0.0-nightly-20250924023639 → 0.0.0-nightly-20250925023741

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,16 +1,26 @@
1
1
  # @backstage/plugin-mcp-actions-backend
2
2
 
3
- ## 0.0.0-nightly-20250924023639
3
+ ## 0.0.0-nightly-20250925023741
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20250924023639
9
- - @backstage/backend-plugin-api@1.4.3
8
+ - @backstage/backend-defaults@0.0.0-nightly-20250925023741
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250925023741
10
10
  - @backstage/catalog-client@1.12.0
11
11
  - @backstage/errors@1.2.7
12
12
  - @backstage/types@1.2.2
13
- - @backstage/plugin-catalog-node@1.19.0
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250925023741
14
+
15
+ ## 0.1.4-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-defaults@0.13.0-next.1
21
+ - @backstage/backend-plugin-api@1.4.4-next.0
22
+ - @backstage/plugin-catalog-node@1.19.1-next.0
23
+ - @backstage/catalog-client@1.12.0
14
24
 
15
25
  ## 0.1.4-next.0
16
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mcp-actions-backend",
3
- "version": "0.0.0-nightly-20250924023639",
3
+ "version": "0.0.0-nightly-20250925023741",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "mcp-actions",
@@ -37,11 +37,11 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-defaults": "0.0.0-nightly-20250924023639",
41
- "@backstage/backend-plugin-api": "1.4.3",
40
+ "@backstage/backend-defaults": "0.0.0-nightly-20250925023741",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250925023741",
42
42
  "@backstage/catalog-client": "1.12.0",
43
43
  "@backstage/errors": "1.2.7",
44
- "@backstage/plugin-catalog-node": "1.19.0",
44
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250925023741",
45
45
  "@backstage/types": "1.2.2",
46
46
  "@modelcontextprotocol/sdk": "^1.12.3",
47
47
  "express": "^4.17.1",
@@ -49,8 +49,8 @@
49
49
  "zod": "^3.22.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20250924023639",
53
- "@backstage/cli": "0.0.0-nightly-20250924023639",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250925023741",
53
+ "@backstage/cli": "0.0.0-nightly-20250925023741",
54
54
  "@types/express": "^4.17.6"
55
55
  },
56
56
  "typesVersions": {