Class: ActiveMcp::Configuration
- Inherits:
-
Object
- Object
- ActiveMcp::Configuration
- Defined in:
- lib/active_mcp/configuration.rb
Instance Attribute Summary collapse
-
#server_name ⇒ Object
Returns the value of attribute server_name.
-
#server_version ⇒ Object
Returns the value of attribute server_version.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 10 |
# File 'lib/active_mcp/configuration.rb', line 7 def initialize @server_name = "MCP Server" @server_version = "1.0.0" end |
Instance Attribute Details
#server_name ⇒ Object
Returns the value of attribute server_name.
5 6 7 |
# File 'lib/active_mcp/configuration.rb', line 5 def server_name @server_name end |
#server_version ⇒ Object
Returns the value of attribute server_version.
5 6 7 |
# File 'lib/active_mcp/configuration.rb', line 5 def server_version @server_version end |