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 am using AWS Bedrock for LLM calls and various other functions and starting with 3.338 they require psr/http-message ^2.0 however the php-mcp server requires react/http ^1.11 which in turn requires psr/http-message ^1.0 which is not compatible with the 2.0 requirement above.
Not sure if there are options to provide compatibility since I know the culprit is on the ReactPHP side but the AWS SDK is now at version 3.346 and there are some important updates in there.