From 812af9a796101fb09e8c71f0e687f3881daeb33d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Jun 2026 14:25:41 +0000 Subject: [PATCH] Version Packages --- .../.changeset/mcp-tool-attribute-annotations.md | 7 ------- .../plugins/scaffolder-mcp-extras/CHANGELOG.md | 6 ++++++ .../plugins/scaffolder-mcp-extras/package.json | 2 +- .../plugins/software-catalog-mcp-extras/CHANGELOG.md | 6 ++++++ .../plugins/software-catalog-mcp-extras/package.json | 2 +- .../plugins/techdocs-mcp-extras/CHANGELOG.md | 6 ++++++ .../plugins/techdocs-mcp-extras/package.json | 2 +- 7 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 workspaces/mcp-integrations/.changeset/mcp-tool-attribute-annotations.md diff --git a/workspaces/mcp-integrations/.changeset/mcp-tool-attribute-annotations.md b/workspaces/mcp-integrations/.changeset/mcp-tool-attribute-annotations.md deleted file mode 100644 index 91be96245b..0000000000 --- a/workspaces/mcp-integrations/.changeset/mcp-tool-attribute-annotations.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-scaffolder-mcp-extras': patch -'@red-hat-developer-hub/backstage-plugin-software-catalog-mcp-extras': patch -'@red-hat-developer-hub/backstage-plugin-techdocs-mcp-extras': patch ---- - -Add missing MCP tool attribute annotations (`readOnly`, `destructive`, `idempotent`) to `fetch-template-metadata`, `query-catalog-entities`, and `analyze-techdocs-coverage` tools. diff --git a/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/CHANGELOG.md b/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/CHANGELOG.md index 9e4fa45966..2f29ae426c 100644 --- a/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/CHANGELOG.md +++ b/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-scaffolder-mcp-extras +## 0.4.3 + +### Patch Changes + +- dcf930d: Add missing MCP tool attribute annotations (`readOnly`, `destructive`, `idempotent`) to `fetch-template-metadata`, `query-catalog-entities`, and `analyze-techdocs-coverage` tools. + ## 0.4.2 ### Patch Changes diff --git a/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/package.json b/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/package.json index e09f060e30..16969486c6 100644 --- a/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/package.json +++ b/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-scaffolder-mcp-extras", - "version": "0.4.2", + "version": "0.4.3", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/CHANGELOG.md b/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/CHANGELOG.md index 9f7d4f9fa0..09cfa3de00 100644 --- a/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/CHANGELOG.md +++ b/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-software-catalog-mcp-extras +## 0.2.4 + +### Patch Changes + +- dcf930d: Add missing MCP tool attribute annotations (`readOnly`, `destructive`, `idempotent`) to `fetch-template-metadata`, `query-catalog-entities`, and `analyze-techdocs-coverage` tools. + ## 0.2.3 ### Patch Changes diff --git a/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/package.json b/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/package.json index f27d3a1a2f..e17611aee0 100644 --- a/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/package.json +++ b/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-software-catalog-mcp-extras", - "version": "0.2.3", + "version": "0.2.4", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/CHANGELOG.md b/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/CHANGELOG.md index 30b0900c18..e5db4ec674 100644 --- a/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/CHANGELOG.md +++ b/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-techdocs-mcp-extras +## 0.2.5 + +### Patch Changes + +- dcf930d: Add missing MCP tool attribute annotations (`readOnly`, `destructive`, `idempotent`) to `fetch-template-metadata`, `query-catalog-entities`, and `analyze-techdocs-coverage` tools. + ## 0.2.4 ### Patch Changes diff --git a/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/package.json b/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/package.json index dbc1452a22..83bbdca161 100644 --- a/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/package.json +++ b/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-techdocs-mcp-extras", - "version": "0.2.4", + "version": "0.2.5", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",