@backstage/plugin-mcp-actions-backend 0.1.8 → 0.1.9-next.1

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 CHANGED
@@ -1,13 +1,27 @@
1
1
  # @backstage/plugin-mcp-actions-backend
2
2
 
3
- ## 0.1.8
3
+ ## 0.1.9-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 5683c85: Bump to latest zod to ensure it has the latest features
7
+ - 8148621: Moved `@backstage/backend-defaults` from `dependencies` to `devDependencies`.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@1.6.2
10
- - @backstage/backend-defaults@0.15.1
9
+ - @backstage/plugin-catalog-node@2.0.0-next.1
10
+ - @backstage/catalog-client@1.12.2-next.0
11
+ - @backstage/backend-plugin-api@1.7.0-next.1
12
+
13
+ ## 0.1.8-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - 69d880e: Bump to latest zod to ensure it has the latest features
18
+ - Updated dependencies
19
+ - @backstage/plugin-catalog-node@1.21.0-next.0
20
+ - @backstage/backend-plugin-api@1.7.0-next.0
21
+ - @backstage/backend-defaults@0.15.1-next.0
22
+ - @backstage/catalog-client@1.12.1
23
+ - @backstage/errors@1.2.7
24
+ - @backstage/types@1.2.2
11
25
 
12
26
  ## 0.1.7
13
27
 
package/README.md CHANGED
@@ -75,7 +75,7 @@ export const myPlugin = createBackendPlugin({
75
75
 
76
76
  When errors are thrown from MCP actions, the backend will handle and surface error message for any error from `@backstage/errors`. Unknown errors will be handled by `@modelcontextprotocol/sdk`'s default error handling, which may result in a generic `500 Server Error` being returned. As a result, we recommend using errors from `@backstage/errors` when applicable.
77
77
 
78
- See https://backstage.io/docs/reference/errors/ for a full list of supported errors.
78
+ See https://backstage.io/api/stable/modules/_backstage_errors.html for a full list of supported errors.
79
79
 
80
80
  When writing MCP tools, use the appropriate error from `@backstage/errors` when applicable:
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mcp-actions-backend",
3
- "version": "0.1.8",
3
+ "version": "0.1.9-next.1",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "mcp-actions",
@@ -37,12 +37,11 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-defaults": "^0.15.1",
41
- "@backstage/backend-plugin-api": "^1.6.2",
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",
40
+ "@backstage/backend-plugin-api": "1.7.0-next.1",
41
+ "@backstage/catalog-client": "1.12.2-next.0",
42
+ "@backstage/errors": "1.2.7",
43
+ "@backstage/plugin-catalog-node": "2.0.0-next.1",
44
+ "@backstage/types": "1.2.2",
46
45
  "@cfworker/json-schema": "^4.1.1",
47
46
  "@modelcontextprotocol/sdk": "^1.25.2",
48
47
  "express": "^4.22.0",
@@ -50,8 +49,9 @@
50
49
  "zod": "^3.25.76"
51
50
  },
52
51
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^1.10.4",
54
- "@backstage/cli": "^0.35.3",
52
+ "@backstage/backend-defaults": "0.15.2-next.1",
53
+ "@backstage/backend-test-utils": "1.11.0-next.1",
54
+ "@backstage/cli": "0.35.4-next.2",
55
55
  "@types/express": "^4.17.6"
56
56
  },
57
57
  "typesVersions": {