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 class MockActionsRegistry
return {
actions: Array.from(this.actions.entries()).map(([id, action]) => ({
id,
pluginId: 'test',
name: action.name,
title: action.title,
description: action.description,