Skip to content

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

@noctonic

Description

@noctonic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingv2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions