Commit 8f64324
committed
Fix a typo
The method that overrides `Methods::RESOURCES_READ` is named `resources_read_handler`,
not `read_resource_handler`:
https://github.com/modelcontextprotocol/ruby-sdk/blob/18f3e87/lib/model_context_protocol/server.rb#L97-L991 parent 18f3e87 commit 8f64324
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments