-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
A clear and concise description of what the bug is.
Using the example tool in the readme and running that script to open a stdio server, you cannot call the tool with json_rpc. It returns an error.
To Reproduce
Steps to reproduce the behavior:
- Copy the example tool script from the readme into a ruby file and run it:
ruby <file.rb>
- use json rpc in the same console to request the tool: `{"jsonrpc":"2.0","id":"2","method":"tools/call", "param":{"name":"example_tool"}}
Expected behavior
It should run the tool and give the proper output.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working