File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1755,7 +1755,7 @@ This class supports:
17551755
17561756- Liveness check via the ` ping ` method (` MCP::Client#ping ` )
17571757- Tool listing via the ` tools/list ` method (` MCP::Client#tools ` )
1758- - Tool invocation via the ` tools/call ` method (` MCP::Client#call_tools ` )
1758+ - Tool invocation via the ` tools/call ` method (` MCP::Client#call_tool ` )
17591759- Resource listing via the ` resources/list ` method (` MCP::Client#resources ` )
17601760- Resource template listing via the ` resources/templates/list ` method (` MCP::Client#resource_templates ` )
17611761- Resource reading via the ` resources/read ` method (` MCP::Client#read_resource ` )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The `MCP::Client` class provides an interface for interacting with MCP servers.
1111** Supported operations:**
1212
1313- Tool listing (` MCP::Client#tools ` ) and invocation (` MCP::Client#call_tool ` )
14- - Resource listing (` MCP::Client#resources ` ) and reading (` MCP::Client#read_resources ` )
14+ - Resource listing (` MCP::Client#resources ` ) and reading (` MCP::Client#read_resource ` )
1515- Resource template listing (` MCP::Client#resource_templates ` )
1616- Prompt listing (` MCP::Client#prompts ` ) and retrieval (` MCP::Client#get_prompt ` )
1717- Completion requests (` MCP::Client#complete ` )
You can’t perform that action at this time.
0 commit comments