Version Packages
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-mcp-actions-backend
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 31de2c9: Added OAuth Protected Resource Metadata endpoint (`/.well-known/oauth-protected-resource`) per RFC 9728. This allows MCP clients to discover the authorization server for the resource.
|
||||
|
||||
Also enabled OAuth well-known endpoints when CIMD (Client ID Metadata Documents) is configured, not just when DCR is enabled.
|
||||
|
||||
- 8148621: Moved `@backstage/backend-defaults` from `dependencies` to `devDependencies`.
|
||||
- 69d880e: Bump to latest zod to ensure it has the latest features
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-node@2.0.0
|
||||
- @backstage/backend-plugin-api@1.7.0
|
||||
- @backstage/catalog-client@1.13.0
|
||||
|
||||
## 0.1.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-mcp-actions-backend",
|
||||
"version": "0.1.9-next.1",
|
||||
"version": "0.1.9",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
"pluginId": "mcp-actions",
|
||||
|
||||
Reference in New Issue
Block a user