Skip to content

Conversation

binaryk
Copy link
Collaborator

@binaryk binaryk commented Sep 29, 2025

Fixed

  • fixing global search mcp

@what-the-diff
Copy link

what-the-diff bot commented Sep 29, 2025

PR Summary

  • Updated Parameter Merging Method
    The strategy to combine different sets of data on the $mcpRequest object has been changed from merge() to replace(). This change ensures that the new data we are adding will completely substitute the old data, rather than attemptedly mixing the two together, which could lead to unexpected results.

  • Modified 'Search' Input Retrieval Strategy
    The method to access the 'search' input from the $request has been changed from the input() function to the get() function. This adjustment enhances our ability to read information sent from the client side by being more ensuring and consistent.

@binaryk binaryk merged commit 09b5e52 into 10.x Sep 29, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant