@backstage/plugin-mcp-actions-backend 0.0.0-nightly-20250902024128 → 0.0.0-nightly-20250903023426

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 +16 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-mcp-actions-backend
2
2
 
3
- ## 0.0.0-nightly-20250902024128
3
+ ## 0.0.0-nightly-20250903023426
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,12 +8,24 @@
8
8
  The error message can be useful for an LLM to understand and maybe give back to the user.
9
9
  Previously all errors where thrown out to `@modelcontextprotocol/sdk` which causes a generic 500.
10
10
  - Updated dependencies
11
- - @backstage/backend-defaults@0.0.0-nightly-20250902024128
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250902024128
11
+ - @backstage/backend-defaults@0.0.0-nightly-20250903023426
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250903023426
13
13
  - @backstage/catalog-client@1.11.0
14
14
  - @backstage/errors@1.2.7
15
15
  - @backstage/types@1.2.1
16
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250902024128
16
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250903023426
17
+
18
+ ## 0.1.3-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - d08b0c9: The MCP backend will now convert known Backstage errors into textual responses with `isError: true`.
23
+ The error message can be useful for an LLM to understand and maybe give back to the user.
24
+ Previously all errors where thrown out to `@modelcontextprotocol/sdk` which causes a generic 500.
25
+ - Updated dependencies
26
+ - @backstage/backend-defaults@0.12.1-next.0
27
+ - @backstage/backend-plugin-api@1.4.3-next.0
28
+ - @backstage/plugin-catalog-node@1.18.1-next.0
17
29
 
18
30
  ## 0.1.2
19
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mcp-actions-backend",
3
- "version": "0.0.0-nightly-20250902024128",
3
+ "version": "0.0.0-nightly-20250903023426",
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-20250902024128",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250902024128",
40
+ "@backstage/backend-defaults": "0.0.0-nightly-20250903023426",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250903023426",
42
42
  "@backstage/catalog-client": "1.11.0",
43
43
  "@backstage/errors": "1.2.7",
44
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250902024128",
44
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250903023426",
45
45
  "@backstage/types": "1.2.1",
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-20250902024128",
53
- "@backstage/cli": "0.0.0-nightly-20250902024128",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250903023426",
53
+ "@backstage/cli": "0.0.0-nightly-20250903023426",
54
54
  "@types/express": "^4.17.6"
55
55
  },
56
56
  "typesVersions": {