ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Generic driver class for all auto-generated MCP Tool Actions.
When an MCP Server Tool is synced to an Action (via syncActionsForServer), the Action's DriverClass is set to 'MCPToolAction'. This class handles execution of all such actions by:
Example