destryteeter

Results 3 comments of destryteeter

Got it. 1. Add the latest `react-native-loader` dependency to npm (for me it's 1.3.0) 2. Delete `react-native-loader` module from `node_modules/react-native-chatbot/node_modules/` [The problem is fixed in the dependency](https://github.com/mohebifar/react-native-loader/issues/20)

Might help, might not. I used the "everything-example" from the modelcontextprotocol/python-sdk repo and encountered this issue. Changing the transport to `stdio` [here](https://github.com/modelcontextprotocol/python-sdk/blob/da4fce21956cd2ce9e1e94e0bbb4eb2eca888c79/examples/servers/everything-server/mcp_everything_server/server.py#L303) resolved it so far.