We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc31ca + 6de5468 commit e901f94Copy full SHA for e901f94
1 file changed
README.md
@@ -121,11 +121,10 @@ transport.open
121
122
You can run this script and then type in requests to the server at the command line.
123
124
-```
125
-$ ./stdio_server.rb
126
-{"jsonrpc":"2.0","id":"1","result":"pong"}
127
-{"jsonrpc":"2.0","id":"2","result":["ExampleTool"]}
128
-{"jsonrpc":"2.0","id":"3","result":["ExampleTool"]}
+```bash
+$ ./examples/stdio_server.rb
+{"jsonrpc":"2.0","id":"1","method":"ping"}
+{"jsonrpc":"2.0","id":"2","method":"tools/list"}
129
```
130
131
## Configuration
0 commit comments