inspector icon indicating copy to clipboard operation
inspector copied to clipboard

History does not show that progress tokens are being sent with every request.

Open noctonic opened this issue 8 months ago • 0 comments

Describe the bug History panel does not show that progress tokens are being sent with every request.

To Reproduce Steps to reproduce the behavior:

  1. Start wireshark
  2. Send any request, such as resources/list
  3. Compare packet capture to inspector history

Image

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": {} }

noctonic avatar May 09 '25 23:05 noctonic