Skip to content

Conversation

@johnmcollier
Copy link
Member

@johnmcollier johnmcollier commented Feb 6, 2026

User description

Hey, I just made a Pull Request!

Fixes https://issues.redhat.com/browse/RHIDP-11913

Bumps the mcp-integrations workspace to Backstage 1.47.3.

✔️ Checklist

  • A changeset describing the change and affected packages. (more info)
  • Added or Updated documentation
  • Tests for new functionality and regression tests for bug fixes
  • Screenshots attached (for UI changes)

PR Type

Enhancement


Description

  • Bump mcp-integrations workspace to Backstage 1.47.3

  • Update all Backstage dependencies across packages

  • Update CLI and repo-tools to latest compatible versions

  • Add changeset documenting patch updates


Diagram Walkthrough

flowchart LR
  A["Backstage 1.45.3"] -- "version upgrade" --> B["Backstage 1.47.3"]
  B -- "updates" --> C["@backstage/cli 0.35.3"]
  B -- "updates" --> D["@backstage/repo-tools 0.16.3"]
  B -- "updates" --> E["All plugin dependencies"]
  F["Changeset"] -- "documents" --> B
Loading

File Walkthrough

Relevant files
Documentation
rich-geckos-yawn.md
Add changeset for Backstage 1.47.3 bump                                   

workspaces/mcp-integrations/.changeset/rich-geckos-yawn.md

  • Created new changeset file documenting patch updates
  • Marks both software-catalog-mcp-tool and techdocs-mcp-tool as patch
    versions
  • Documents the bump to Backstage 1.47.3
+6/-0     
Configuration changes
backstage.json
Update workspace version to 1.47.3                                             

workspaces/mcp-integrations/backstage.json

  • Updated version from 1.45.3 to 1.47.3
+1/-1     
Dependencies
package.json
Update root workspace dependencies                                             

workspaces/mcp-integrations/package.json

  • Updated @backstage/cli from 0.34.5 to 0.35.3
  • Updated @backstage/repo-tools from 0.16.0 to 0.16.3
+2/-2     
package.json
Update all frontend app dependencies                                         

workspaces/mcp-integrations/packages/app/package.json

  • Updated 25+ @backstage dependencies to latest compatible versions
  • Updated @backstage/app-defaults, core-app-api, core-components,
    core-plugin-api
  • Updated plugin dependencies including catalog, techdocs, search,
    scaffolder
  • Updated @backstage/test-utils in devDependencies
+24/-24 
package.json
Update all backend dependencies                                                   

workspaces/mcp-integrations/packages/backend/package.json

  • Updated @backstage/backend-defaults from 0.13.1 to 0.15.1
  • Updated @backstage/plugin-auth-backend from 0.25.6 to 0.26.0
  • Updated 20+ backend plugin dependencies to latest versions
  • Updated @backstage/cli in devDependencies
+25/-25 
package.json
Update software-catalog-mcp-tool dependencies                       

workspaces/mcp-integrations/plugins/software-catalog-mcp-tool/package.json

  • Updated @backstage/backend-defaults from 0.13.1 to 0.15.1
  • Updated @backstage/backend-plugin-api from 1.5.0 to 1.6.2
  • Updated @backstage/plugin-catalog-node from 1.20.0 to 1.20.1
  • Updated @backstage/backend-test-utils and @backstage/cli
+5/-5     
package.json
Update techdocs-mcp-tool dependencies                                       

workspaces/mcp-integrations/plugins/techdocs-mcp-tool/package.json

  • Updated @backstage/backend-defaults from 0.13.1 to 0.15.1
  • Updated @backstage/backend-plugin-api from 1.5.0 to 1.6.2
  • Updated @backstage/plugin-catalog-node from 1.20.0 to 1.20.1
  • Updated @backstage/backend-test-utils and @backstage/cli
+5/-5     

Signed-off-by: John Collier <jcollier@redhat.com>
Signed-off-by: John Collier <jcollier@redhat.com>
@rhdh-gh-app
Copy link

rhdh-gh-app bot commented Feb 6, 2026

Changed Packages

Package Name Package Path Changeset Bump Current Version
app workspaces/mcp-integrations/packages/app none v0.0.0
backend workspaces/mcp-integrations/packages/backend none v0.0.0
@red-hat-developer-hub/backstage-plugin-software-catalog-mcp-tool workspaces/mcp-integrations/plugins/software-catalog-mcp-tool patch v0.4.1
@red-hat-developer-hub/backstage-plugin-techdocs-mcp-tool workspaces/mcp-integrations/plugins/techdocs-mcp-tool patch v0.3.2

@rhdh-qodo-merge
Copy link

rhdh-qodo-merge bot commented Feb 6, 2026

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
🟢
No codebase code duplication found No new components were introduced in the PR code
Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

  • Update
Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@rhdh-qodo-merge
Copy link

rhdh-qodo-merge bot commented Feb 6, 2026

PR Code Suggestions ✨

No code suggestions found for the PR.

Signed-off-by: John Collier <jcollier@redhat.com>
@johnmcollier johnmcollier merged commit cde5f8f into redhat-developer:main Feb 9, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants