feat: add pluginId to actions, server name/description config, dot separator for namespaced tools (#33344)

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
Ben Lambert
2026-03-17 08:47:51 +01:00
committed by GitHub
parent 5096efc276
commit dee4283ccf
13 changed files with 150 additions and 25 deletions
@@ -82,6 +82,7 @@ export interface ActionsService {
// @alpha (undocumented)
export type ActionsServiceAction = {
id: string;
pluginId: string;
name: string;
title: string;
description: string;
@@ -22,6 +22,7 @@ import { BackstageCredentials } from '@backstage/backend-plugin-api';
*/
export type ActionsServiceAction = {
id: string;
pluginId: string;
name: string;
title: string;
description: string;