You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get the request ID in the McpRequestHandler # handle method
Current Behavior
Currently, only request parameters can be obtained
Context
I performed some operations in the Filter using sessionId and requestId, and I hope to obtain requestId in the handle method (sessionId can be obtained in McpAsyncServerExchange # sessionId, although it is incorrect, but I have seen the fixed PR) so that I can obtain the result.
I have reviewed the code for 0.11.0, and my current approach is to implement a similar effect using McpSystem.CallToolRequest#meta.