Is there an existing issue for this?
Current Behavior
There is an issue with the path truncation of get requests set by shenyuContext in MCP Server.

When setting the path for shenyuContext, if it is a get request and the path contains parameter information, it will cause the MCP server to fail the request when calling.
Expected Behavior
When setting the path for shenyuContext, if it is a get request, the parameter information in the path should be truncated and only the path information should be retained.
Steps To Reproduce
- Obtain the decorated request path and retrieve the native path information from the decorated path.
- Then execute shenyuContext.setPath.
Environment
ShenYu version(s):2.7.0.3-SNAPSHOT
Debug logs
No response
Anything else?
No response