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
Action to synchronize MCP server tools to the database.
This action connects to an MCP server, lists all available tools, and updates the local database cache. New tools are added, existing tools are updated, and tools no longer available are marked deprecated.
Example
Parameters:
ConnectionID(required): UUID of the MCP Server Connection to syncResult:
Added,Updated,Deprecated,Total