Skip to content

Commit 07fb0a8

Browse files
committed
[Doc] Fix a typo in README.md
The method name in the client feature list was `MCP::Client#read_resources` (plural), but the actual method is `MCP::Client#read_resource` (singular).
1 parent 1b8e45f commit 07fb0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ This class supports:
10511051
- Tool invocation via the `tools/call` method (`MCP::Client#call_tools`)
10521052
- Resource listing via the `resources/list` method (`MCP::Client#resources`)
10531053
- Resource template listing via the `resources/templates/list` method (`MCP::Client#resource_templates`)
1054-
- Resource reading via the `resources/read` method (`MCP::Client#read_resources`)
1054+
- Resource reading via the `resources/read` method (`MCP::Client#read_resource`)
10551055
- Prompt listing via the `prompts/list` method (`MCP::Client#prompts`)
10561056
- Prompt retrieval via the `prompts/get` method (`MCP::Client#get_prompt`)
10571057
- Automatic JSON-RPC 2.0 message formatting

0 commit comments

Comments
 (0)