We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8e45f commit 07fb0a8Copy full SHA for 07fb0a8
1 file changed
README.md
@@ -1051,7 +1051,7 @@ This class supports:
1051
- Tool invocation via the `tools/call` method (`MCP::Client#call_tools`)
1052
- Resource listing via the `resources/list` method (`MCP::Client#resources`)
1053
- 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`)
+- Resource reading via the `resources/read` method (`MCP::Client#read_resource`)
1055
- Prompt listing via the `prompts/list` method (`MCP::Client#prompts`)
1056
- Prompt retrieval via the `prompts/get` method (`MCP::Client#get_prompt`)
1057
- Automatic JSON-RPC 2.0 message formatting
0 commit comments