We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc5cc4 commit cc05185Copy full SHA for cc05185
2 files changed
_data/versions.yml
@@ -1,3 +1,4 @@
1
+- 0.18.0
2
- 0.17.0
3
- 0.16.0
4
- 0.15.0
building-clients.md
@@ -11,7 +11,7 @@ The `MCP::Client` class provides an interface for interacting with MCP servers.
11
**Supported operations:**
12
13
- Tool listing (`MCP::Client#tools`) and invocation (`MCP::Client#call_tool`)
14
-- Resource listing (`MCP::Client#resources`) and reading (`MCP::Client#read_resources`)
+- Resource listing (`MCP::Client#resources`) and reading (`MCP::Client#read_resource`)
15
- Resource template listing (`MCP::Client#resource_templates`)
16
- Prompt listing (`MCP::Client#prompts`) and retrieval (`MCP::Client#get_prompt`)
17
- Completion requests (`MCP::Client#complete`)
0 commit comments