We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d343a28 commit 9aca7d6Copy full SHA for 9aca7d6
README.md
@@ -953,6 +953,7 @@ This class supports:
953
- Tool listing via the `tools/list` method (`MCP::Client#tools`)
954
- Tool invocation via the `tools/call` method (`MCP::Client#call_tools`)
955
- Resource listing via the `resources/list` method (`MCP::Client#resources`)
956
+- Resource template listing via the `resources/templates/list` method (`MCP::Client#resource_templates`)
957
- Resource reading via the `resources/read` method (`MCP::Client#read_resources`)
958
- Prompt listing via the `prompts/list` method (`MCP::Client#prompts`)
959
- Prompt retrieval via the `prompts/get` method (`MCP::Client#get_prompt`)
0 commit comments