@backstage/plugin-mcp-actions-backend 0.0.0-nightly-20251208024454 → 0.0.0-nightly-20251211024719
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.
- package/CHANGELOG.md +19 -4
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-mcp-actions-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20251211024719
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- e83e038: Added `@cfworker/json-schema` as a dependency to this package part of the `@modelcontextprotocol/sdk` bump as it's required in the types
|
|
7
8
|
- de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
|
|
8
9
|
- 79ef471: Clarify error handling in readme and update handleError.ts to include all backstage/errors
|
|
9
10
|
- Updated dependencies
|
|
10
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
11
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
11
|
+
- @backstage/backend-defaults@0.0.0-nightly-20251211024719
|
|
12
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20251211024719
|
|
12
13
|
- @backstage/catalog-client@1.12.1
|
|
13
14
|
- @backstage/errors@1.2.7
|
|
14
15
|
- @backstage/types@1.2.2
|
|
15
|
-
- @backstage/plugin-catalog-node@0.0.0-nightly-
|
|
16
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20251211024719
|
|
17
|
+
|
|
18
|
+
## 0.1.6-next.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- e83e038: Added `@cfworker/json-schema` as a dependency to this package part of the `@modelcontextprotocol/sdk` bump as it's required in the types
|
|
23
|
+
- de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/backend-defaults@0.14.0-next.1
|
|
26
|
+
- @backstage/backend-plugin-api@1.6.0-next.1
|
|
27
|
+
- @backstage/catalog-client@1.12.1
|
|
28
|
+
- @backstage/errors@1.2.7
|
|
29
|
+
- @backstage/types@1.2.2
|
|
30
|
+
- @backstage/plugin-catalog-node@1.20.1-next.1
|
|
16
31
|
|
|
17
32
|
## 0.1.6-next.0
|
|
18
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-mcp-actions-backend",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20251211024719",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin",
|
|
6
6
|
"pluginId": "mcp-actions",
|
|
@@ -37,20 +37,21 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/backend-defaults": "0.0.0-nightly-
|
|
41
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
40
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20251211024719",
|
|
41
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20251211024719",
|
|
42
42
|
"@backstage/catalog-client": "1.12.1",
|
|
43
43
|
"@backstage/errors": "1.2.7",
|
|
44
|
-
"@backstage/plugin-catalog-node": "0.0.0-nightly-
|
|
44
|
+
"@backstage/plugin-catalog-node": "0.0.0-nightly-20251211024719",
|
|
45
45
|
"@backstage/types": "1.2.2",
|
|
46
|
-
"@
|
|
46
|
+
"@cfworker/json-schema": "^4.1.1",
|
|
47
|
+
"@modelcontextprotocol/sdk": "^1.24.3",
|
|
47
48
|
"express": "^4.22.0",
|
|
48
49
|
"express-promise-router": "^4.1.0",
|
|
49
50
|
"zod": "^3.22.4"
|
|
50
51
|
},
|
|
51
52
|
"devDependencies": {
|
|
52
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
53
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
53
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20251211024719",
|
|
54
|
+
"@backstage/cli": "0.0.0-nightly-20251211024719",
|
|
54
55
|
"@types/express": "^4.17.6"
|
|
55
56
|
},
|
|
56
57
|
"typesVersions": {
|