Module: ActionMCP::Callbacks

Extended by:
ActiveSupport::Callbacks, ActiveSupport::Concern
Includes:
ActiveSupport::Callbacks
Included in:
Capability, Prompt, Tool
Defined in:
lib/action_mcp/callbacks.rb

Overview

Action MCP Callbacks

Action MCP provides hooks during the life cycle of a message, command, or process. Callbacks allow you to trigger logic during this cycle. Available callbacks are:

  • before_perform

  • around_perform

  • after_perform