From 1f30a688d467bcc551b3aaba4eed2d31e8a9da73 Mon Sep 17 00:00:00 2001 From: Javier Gutierrez Date: Tue, 16 Jun 2026 06:58:59 +0200 Subject: [PATCH] SWI-11409: align Backstage catalog metadata with repo name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - metadata.name → bandwidth-mcp-server - github.com/project-slug → Bandwidth/bandwidth-mcp-server - metadata.description: set from GitHub repo description --- .bandwidth/catalog-info.yaml | 6 +++--- .bandwidth/component.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bandwidth/catalog-info.yaml b/.bandwidth/catalog-info.yaml index 862f4b7..e892727 100644 --- a/.bandwidth/catalog-info.yaml +++ b/.bandwidth/catalog-info.yaml @@ -2,12 +2,12 @@ apiVersion: backstage.io/v1alpha1 kind: Location metadata: schemaVersion: v1.0.0 - name: mcp-server-location + name: bandwidth-mcp-server-location description: Links to additional entities in the mcp-server repository. annotations: - github.com/project-slug: Bandwidth/mcp-server + github.com/project-slug: Bandwidth/bandwidth-mcp-server spec: targets: - - ./component.yaml + - ./component.yaml # - add more components using relative filepaths here # - you may also rename/move the original component.yaml file diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml index b5efbd7..32f4344 100644 --- a/.bandwidth/component.yaml +++ b/.bandwidth/component.yaml @@ -2,16 +2,16 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: schemaVersion: v1.0.0 - name: mcp-server + name: bandwidth-mcp-server description: Official Bandwidth MCP Server annotations: - github.com/project-slug: Bandwidth/mcp-server + github.com/project-slug: Bandwidth/bandwidth-mcp-server organization: BW costCenter: Development - Software Infra - platformType: + platformType: buildPlatform: GitHub Actions spec: type: Service owner: github/band-swi lifecycle: Prototype - +