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