@backstage/plugin-mcp-actions-backend 0.1.0 → 0.1.1-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 +23 -0
- package/README.md +1 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @backstage/plugin-mcp-actions-backend
|
|
2
2
|
|
|
3
|
+
## 0.1.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/catalog-client@1.10.2-next.0
|
|
9
|
+
- @backstage/backend-defaults@0.11.1-next.1
|
|
10
|
+
- @backstage/backend-plugin-api@1.4.1-next.0
|
|
11
|
+
- @backstage/plugin-catalog-node@1.17.2-next.0
|
|
12
|
+
|
|
13
|
+
## 0.1.1-next.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 6bc0799: Fixed the example in the README for generating a static token by adding a subject field
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/backend-defaults@0.11.1-next.0
|
|
20
|
+
- @backstage/backend-plugin-api@1.4.0
|
|
21
|
+
- @backstage/plugin-catalog-node@1.17.1
|
|
22
|
+
- @backstage/catalog-client@1.10.1
|
|
23
|
+
- @backstage/errors@1.2.7
|
|
24
|
+
- @backstage/types@1.2.1
|
|
25
|
+
|
|
3
26
|
## 0.1.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-mcp-actions-backend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1-next.1",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin",
|
|
6
6
|
"pluginId": "mcp-actions",
|
|
@@ -37,20 +37,20 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/backend-defaults": "
|
|
41
|
-
"@backstage/backend-plugin-api": "
|
|
42
|
-
"@backstage/catalog-client": "
|
|
43
|
-
"@backstage/errors": "
|
|
44
|
-
"@backstage/plugin-catalog-node": "
|
|
45
|
-
"@backstage/types": "
|
|
40
|
+
"@backstage/backend-defaults": "0.11.1-next.1",
|
|
41
|
+
"@backstage/backend-plugin-api": "1.4.1-next.0",
|
|
42
|
+
"@backstage/catalog-client": "1.10.2-next.0",
|
|
43
|
+
"@backstage/errors": "1.2.7",
|
|
44
|
+
"@backstage/plugin-catalog-node": "1.17.2-next.0",
|
|
45
|
+
"@backstage/types": "1.2.1",
|
|
46
46
|
"@modelcontextprotocol/sdk": "^1.12.3",
|
|
47
47
|
"express": "^4.17.1",
|
|
48
48
|
"express-promise-router": "^4.1.0",
|
|
49
49
|
"zod": "^3.22.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/backend-test-utils": "
|
|
53
|
-
"@backstage/cli": "
|
|
52
|
+
"@backstage/backend-test-utils": "1.7.0-next.1",
|
|
53
|
+
"@backstage/cli": "0.33.1-next.1",
|
|
54
54
|
"@types/express": "^4.17.6"
|
|
55
55
|
},
|
|
56
56
|
"typesVersions": {
|