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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user