Skip to content

Commit 82f8561

Browse files
authored
Merge pull request #330 from koic/fix_typo_for_read_resources
[Doc] Fix a typo in README.md
2 parents 27ff7e4 + 07fb0a8 commit 82f8561

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
@@ -1597,7 +1597,7 @@ This class supports:
15971597
- Tool invocation via the `tools/call` method (`MCP::Client#call_tools`)
15981598
- Resource listing via the `resources/list` method (`MCP::Client#resources`)
15991599
- Resource template listing via the `resources/templates/list` method (`MCP::Client#resource_templates`)
1600-
- Resource reading via the `resources/read` method (`MCP::Client#read_resources`)
1600+
- Resource reading via the `resources/read` method (`MCP::Client#read_resource`)
16011601
- Prompt listing via the `prompts/list` method (`MCP::Client#prompts`)
16021602
- Prompt retrieval via the `prompts/get` method (`MCP::Client#get_prompt`)
16031603
- Completion requests via the `completion/complete` method (`MCP::Client#complete`)

0 commit comments

Comments
 (0)