@backstage/plugin-mcp-actions-backend 0.0.0-nightly-20260120025109 → 0.0.0-nightly-20260123025240

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 +13 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # @backstage/plugin-mcp-actions-backend
2
2
 
3
- ## 0.0.0-nightly-20260120025109
3
+ ## 0.0.0-nightly-20260123025240
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 4d82a35: build(deps): bump `@modelcontextprotocol/sdk` from 1.24.3 to 1.25.2
8
7
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20260120025109
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260120025109
8
+ - @backstage/backend-defaults@0.0.0-nightly-20260123025240
9
+ - @backstage/backend-plugin-api@1.6.1
11
10
  - @backstage/catalog-client@1.12.1
12
11
  - @backstage/errors@1.2.7
13
12
  - @backstage/types@1.2.2
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260120025109
13
+ - @backstage/plugin-catalog-node@1.20.1
14
+
15
+ ## 0.1.7
16
+
17
+ ### Patch Changes
18
+
19
+ - 4d82a35: build(deps): bump `@modelcontextprotocol/sdk` from 1.24.3 to 1.25.2
20
+ - Updated dependencies
21
+ - @backstage/backend-defaults@0.15.0
22
+ - @backstage/backend-plugin-api@1.6.1
15
23
 
16
24
  ## 0.1.7-next.1
17
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mcp-actions-backend",
3
- "version": "0.0.0-nightly-20260120025109",
3
+ "version": "0.0.0-nightly-20260123025240",
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-20260120025109",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260120025109",
40
+ "@backstage/backend-defaults": "0.0.0-nightly-20260123025240",
41
+ "@backstage/backend-plugin-api": "1.6.1",
42
42
  "@backstage/catalog-client": "1.12.1",
43
43
  "@backstage/errors": "1.2.7",
44
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260120025109",
44
+ "@backstage/plugin-catalog-node": "1.20.1",
45
45
  "@backstage/types": "1.2.2",
46
46
  "@cfworker/json-schema": "^4.1.1",
47
47
  "@modelcontextprotocol/sdk": "^1.25.2",
@@ -50,8 +50,8 @@
50
50
  "zod": "^3.22.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "0.0.0-nightly-20260120025109",
54
- "@backstage/cli": "0.0.0-nightly-20260120025109",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260123025240",
54
+ "@backstage/cli": "0.0.0-nightly-20260123025240",
55
55
  "@types/express": "^4.17.6"
56
56
  },
57
57
  "typesVersions": {