inspector
inspector copied to clipboard
History does not show that progress tokens are being sent with every request.
Describe the bug History panel does not show that progress tokens are being sent with every request.
To Reproduce Steps to reproduce the behavior:
- Start wireshark
- Send any request, such as resources/list
- Compare packet capture to inspector history
Expected behavior When sending a request that includes progress tokens the expected behavior is to see progress tokens in the history pane.
{"method":"resources/list","params":{"_meta":{"progressToken":1}},"jsonrpc":"2.0","id":1}
Actual behavior The history pane shows this.
{ "method": "resources/list","params": {} }