Exception: RailsAiBridge::Registry::ProtocolError

Inherits:
ContextProviderError show all
Defined in:
lib/rails_ai_bridge/registry/protocol_error.rb

Overview

The provider returned an unexpected or invalid MCP response.

Instance Attribute Summary

Attributes inherited from ContextProviderError

#category, #provider_name

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ProtocolError

Parameters:

  • message (String)

    safe, credential-free message



9
10
11
# File 'lib/rails_ai_bridge/registry/protocol_error.rb', line 9

def initialize(message)
  super(message, category: :protocol)
end