Is your feature request related to a problem? Please describe.
For my use cases i need to be able to attach complex (json) _meta to mcp requests. With the current implementation only <string,string> pairs are possible.
Describe the solution you'd like
Replace (maybe optionally) the string, string pair list of _meta in the server settings with a json editor.
Describe alternatives you've considered
I had already implemented this behaviour for v1 and opened a PR (#1159)
Additional context
Since you are no longer accepting direct contributions, i will not open a PR for it, but please consider adding this functionality.
There is nothing in the MCP spec which restricts custom _meta data to just string,string pairs so i don't think the main mcp testing tool (which the inspector is for many people) should do that.
Is your feature request related to a problem? Please describe.
For my use cases i need to be able to attach complex (json) _meta to mcp requests. With the current implementation only <string,string> pairs are possible.
Describe the solution you'd like
Replace (maybe optionally) the string, string pair list of _meta in the server settings with a json editor.
Describe alternatives you've considered
I had already implemented this behaviour for v1 and opened a PR (#1159)
Additional context
Since you are no longer accepting direct contributions, i will not open a PR for it, but please consider adding this functionality.
There is nothing in the MCP spec which restricts custom _meta data to just string,string pairs so i don't think the main mcp testing tool (which the inspector is for many people) should do that.