File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
workspaces/backstage/patches Expand file tree Collapse file tree 1 file changed +16
-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+
You can’t perform that action at this time.
0 commit comments