Merge pull request #34310 from backstage/copilot/copy-commits-from-pr-34066

MCP structured responses, OIDC error improvements, catalog model reference config
This commit is contained in:
Ben Lambert
2026-05-19 20:12:47 +02:00
committed by GitHub
11 changed files with 108 additions and 80 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Added `catalog.actions.experimentalCatalogLayersDescriptions.enabled` config option. When enabled, the `query-catalog-entities` action description references `get-catalog-model-description` for field information instead of embedding a static model description.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-mcp-actions-backend': patch
---
Fixed an issue where actions returned Markdown-formatted JSON instead of plain JSON and a `structuredContent` field for model context protocol responses.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Improved OIDC error messages to include the rejected redirect URI or client ID, making it easier to debug client registration failures.