Class: McpInspector::Web::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- McpInspector::Web::Engine
- Defined in:
- lib/mcp_inspector/web/engine.rb
Class Method Summary collapse
-
.connection_pool ⇒ Object
Class method to access the connection pool.
Class Method Details
.connection_pool ⇒ Object
Class method to access the connection pool
28 29 30 |
# File 'lib/mcp_inspector/web/engine.rb', line 28 def self.connection_pool @connection_pool end |