We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9486c63 + da4fd64 commit e51c692Copy full SHA for e51c692
1 file changed
README.md
@@ -214,6 +214,7 @@ You can run this script and then type in requests to the server at the command l
214
$ ruby examples/stdio_server.rb
215
{"jsonrpc":"2.0","id":"1","method":"ping"}
216
{"jsonrpc":"2.0","id":"2","method":"tools/list"}
217
+{"jsonrpc":"2.0","id":"3","method":"tools/call","params":{"name":"example_tool","arguments":{"message":"Hello"}}}
218
```
219
220
## Configuration
0 commit comments