Class: SmartAgent::MCPContext
- Inherits:
-
Object
- Object
- SmartAgent::MCPContext
- Defined in:
- lib/smart_agent/mcp_client.rb
Instance Method Summary collapse
Instance Method Details
#command(path) ⇒ Object
70 71 72 |
# File 'lib/smart_agent/mcp_client.rb', line 70 def command(path) @command_path = path end |
#command_path ⇒ Object
66 67 68 |
# File 'lib/smart_agent/mcp_client.rb', line 66 def command_path @command_path end |
#type(mcp_type) ⇒ Object
62 63 64 |
# File 'lib/smart_agent/mcp_client.rb', line 62 def type(mcp_type) @mcp_type = mcp_type end |