Right now Activepieces end point for MCP server is
/api/v1/mcp/xxxx/sse
/api/v1/mcp/messages
With the latest changes of @modelcontextprotocol/sdk in version 1.11.3, which preserve custom paths in SSE endpoint URLs (fix: preserve custom paths in SSE endpoint URLs by bhosmer-ant · Pull Request #466 · modelcontextprotocol/typescript-sdk · GitHub), the Activepieces /messages endpoint now becomes impossible to connect. It will give a 404 error because it is trying to connect via /api/v1/mcp/xxxx/messages
Will there be any fix for this?