Open
Description
Describe the bug
Trying to integrate into a react native project, and getting
Unable to resolve "@modelcontextprotocol/sdk/client/index.js" from "src/hooks/useChat.ts"
when importing
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
To Reproduce
Steps to reproduce the behavior:
- Install
@modelcontextprotocol/sdk
in any react native project - Try to import the sdk in any random TS file
Expected behavior
A clear and concise description of what you expected to happen.
I expect it to import properly