Class: MCP::Client
- Inherits:
-
Object
- Object
- MCP::Client
- Defined in:
- sig/_private/mcp.rbs
Defined Under Namespace
Instance Method Summary collapse
- #call_tool ⇒ Object
-
#initialize ⇒ Client
constructor
A new instance of Client.
- #tools ⇒ Object
Constructor Details
#initialize ⇒ Client
Returns a new instance of Client.
16 |
# File 'sig/_private/mcp.rbs', line 16
def initialize: (transport: untyped) -> void
|
Instance Method Details
#call_tool ⇒ Object
20 |
# File 'sig/_private/mcp.rbs', line 20
def call_tool: (tool: untyped, arguments: untyped) -> untyped
|
#tools ⇒ Object
18 |
# File 'sig/_private/mcp.rbs', line 18
def tools: () -> untyped
|