Skip to content

Commit c4c1f2b

Browse files
authored
Merge pull request #360 from yuki3738/fix_typo_for_client_method_references
[Doc] Fix typos in MCP::Client method references
2 parents dd7daca + a28a343 commit c4c1f2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ This class supports:
17551755

17561756
- Liveness check via the `ping` method (`MCP::Client#ping`)
17571757
- Tool listing via the `tools/list` method (`MCP::Client#tools`)
1758-
- Tool invocation via the `tools/call` method (`MCP::Client#call_tools`)
1758+
- Tool invocation via the `tools/call` method (`MCP::Client#call_tool`)
17591759
- Resource listing via the `resources/list` method (`MCP::Client#resources`)
17601760
- Resource template listing via the `resources/templates/list` method (`MCP::Client#resource_templates`)
17611761
- Resource reading via the `resources/read` method (`MCP::Client#read_resource`)

docs/building-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `MCP::Client` class provides an interface for interacting with MCP servers.
1111
**Supported operations:**
1212

1313
- Tool listing (`MCP::Client#tools`) and invocation (`MCP::Client#call_tool`)
14-
- Resource listing (`MCP::Client#resources`) and reading (`MCP::Client#read_resources`)
14+
- Resource listing (`MCP::Client#resources`) and reading (`MCP::Client#read_resource`)
1515
- Resource template listing (`MCP::Client#resource_templates`)
1616
- Prompt listing (`MCP::Client#prompts`) and retrieval (`MCP::Client#get_prompt`)
1717
- Completion requests (`MCP::Client#complete`)

0 commit comments

Comments
 (0)