modelcontextprotocol/typescript-sdk

Streamable http doesn't work under cloudflare worker

Closed this issue · 1 comments

Using the SDK works fine under local environtment, but once deploy to cloudflare worker, it kept shows this error.

{ message: 'va2.hasOwnProperty is not a function', statusCode: 500 }

I'm not sure if it is cloudflare issue or the sdk issue.

the sdk version is 1.17.5

Thanks.

This seems likely a duplicate of #689