Skip to content

Commit 5b57563

Browse files
authored
Merge pull request #161 from koic/mention_mcp_client_resources_methods_to_readme
[Doc] Mention `resources/list` and `resources/read` in the README
2 parents c510600 + 93215f4 commit 5b57563

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)