|
| 1 | +# yaml-language-server: $schema=https://raw.githubusercontent.com/redhat-developer/rhdh-plugins/refs/heads/main/workspaces/marketplace/json-schema/packages.json |
| 2 | +apiVersion: extensions.backstage.io/v1alpha1 |
| 3 | +kind: Package |
| 4 | +metadata: |
| 5 | + name: backstage-community-plugin-mcp-chat-backend |
| 6 | + namespace: rhdh |
| 7 | + title: "@backstage-community/plugin-mcp-chat-backend" |
| 8 | + links: |
| 9 | + - url: https://github.com/backstage/community-plugins/blob/main/workspaces/mcp-chat/plugins/mcp-chat-backend/README.md |
| 10 | + title: Plugin Overview (README) |
| 11 | + - title: Source Code |
| 12 | + url: https://github.com/backstage/community-plugins/tree/main/workspaces/mcp-chat/plugins/mcp-chat-backend |
| 13 | + annotations: |
| 14 | + backstage.io/source-location: url:https://github.com/backstage/community-plugins/tree/main/workspaces/mcp-chat/plugins/mcp-chat-backend |
| 15 | + tags: [] |
| 16 | +spec: |
| 17 | + packageName: "@backstage-community/plugin-mcp-chat-backend" |
| 18 | + dynamicArtifact: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-mcp-chat-backend:next__0.1.0!backstage-community-plugin-mcp-chat-backend |
| 19 | + version: 0.1.0 |
| 20 | + backstage: |
| 21 | + role: backend-plugin |
| 22 | + supportedVersions: 1.42.5 |
| 23 | + author: Backstage Community |
| 24 | + support: community |
| 25 | + lifecycle: active |
| 26 | + partOf: |
| 27 | + - mcp-chat |
| 28 | + appConfigExamples: |
| 29 | + - title: Default configuration with Gemini provider |
| 30 | + content: |
| 31 | + mcpChat: |
| 32 | + # Configure AI providers |
| 33 | + providers: |
| 34 | + - id: gemini |
| 35 | + token: ${GEMINI_API_KEY} |
| 36 | + model: gemini-2.5-flash |
| 37 | + # Optional: Configure MCP servers |
| 38 | + mcpServers: |
| 39 | + - id: github-server |
| 40 | + name: Github Server |
| 41 | + url: 'https://api.githubcopilot.com/mcp' |
| 42 | + headers: |
| 43 | + Authorization: 'Bearer ${GITHUB_TOKEN}' |
| 44 | + # Optional: Customize the system prompt |
| 45 | + systemPrompt: "You are a helpful assistant. When using tools, provide a clear, readable summary of the results rather than showing raw data. Focus on answering the user's question with the information gathered." |
| 46 | + # Configure quick prompts |
| 47 | + quickPrompts: |
| 48 | + - title: 'List all repositories' |
| 49 | + description: 'List all repositories in a given organization' |
| 50 | + prompt: 'List all repositories in the organization Backstage' |
| 51 | + category: GitHub |
| 52 | + |
0 commit comments