Skip to content

Commit 93215f4

Browse files
committed
[Doc] Mention resources/list and resources/read in the README
Follow-up to #160
1 parent c510600 commit 93215f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,10 @@ The `MCP::Client` class provides an interface for interacting with MCP servers.
826826

827827
This class supports:
828828

829-
- Tool listing via the `tools/list` method
830-
- Tool invocation via the `tools/call` method
829+
- Tool listing via the `tools/list` method (`MCP::Client#tools`)
830+
- 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`)
831833
- Automatic JSON-RPC 2.0 message formatting
832834
- UUID request ID generation
833835

0 commit comments

Comments
 (0)