File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/plugins/mcp-actions-backend/src/services/McpService.ts b/plugins/mcp-actions-backend/src/services/McpService.ts
2+ index 9c44e6d4c1..5ea77748a8 100644
3+ --- a/plugins/mcp-actions-backend/src/services/McpService.ts
4+ +++ b/plugins/mcp-actions-backend/src/services/McpService.ts
5+ @@ -21,9 +21,10 @@ import {
6+ } from '@modelcontextprotocol/sdk/types.js';
7+ import { JsonObject } from '@backstage/types';
8+ import { ActionsService } from '@backstage/backend-plugin-api/alpha';
9+ - import { version } from '@backstage/plugin-mcp-actions-backend/package.json';
10+ import { NotFoundError } from '@backstage/errors';
11+
12+ + const version = '0.1.2';
13+ +
14+ export class McpService {
15+ constructor(private readonly actions: ActionsService) {}
16+
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ plugins/example-todo-list-backend:
4545plugins/home :
4646plugins/kubernetes :
4747plugins/kubernetes-backend :
48+ plugins/mcp-actions-backend :
4849plugins/notifications :
4950plugins/notifications-backend : --embed-package @backstage/plugin-signals-node
5051plugins/notifications-backend-module-email : --embed-package @backstage/plugin-notifications-node
You can’t perform that action at this time.
0 commit comments