Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-mcp-actions-backend
## 0.1.12
### Patch Changes
- 282c114: Fix OAuth 2.0 Protected Resource Metadata endpoint returning internal plugin URL, preventing some MCP clients like Claude Code from authenticating
- 482ceed: Migrated from `assertError` to `toError` for error handling.
- c6abc52: Fixed the `.well-known/oauth-protected-resource` resource URL to comply with
[RFC 9728 Section 7.3](https://datatracker.ietf.org/doc/html/rfc9728#name-impersonation-attacks). Enabling dynamic resource paths.
- Updated dependencies
- @backstage/backend-plugin-api@1.9.0
- @backstage/errors@1.3.0
- @backstage/plugin-catalog-node@2.2.0
- @backstage/catalog-client@1.15.0
- @backstage/config@1.3.7
## 0.1.12-next.2
### Patch Changes