We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c510600 + 93215f4 commit 5b57563Copy full SHA for 5b57563
README.md
@@ -826,8 +826,10 @@ The `MCP::Client` class provides an interface for interacting with MCP servers.
826
827
This class supports:
828
829
-- Tool listing via the `tools/list` method
830
-- Tool invocation via the `tools/call` method
+- Tool listing via the `tools/list` method (`MCP::Client#tools`)
+- Tool invocation via the `tools/call` method (`MCP::Client#call_tools`)
831
+- Resource listing via the `resources/list` method (`MCP::Client#resources`)
832
+- Resource reading via the `resources/read` method (`MCP::Client#read_resources`)
833
- Automatic JSON-RPC 2.0 message formatting
834
- UUID request ID generation
835
0 commit comments