Skip to content

Latest commit

 

History

History

pingpong

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ping/Pong exmaple with various transports

This example demonstrates a simple ping/pong

Tools

  • ping
    • Responds with pong

Test locally

cat << 'EOF' | cargo run --bin pingpong
{"jsonrpc": "2.0", "method": "tools/call", "params": {"name": "ping"}, "id": 1}
EOF