Describe the bug
When building the project, encountering a module import error from @modelcontextprotocol/sdk@1.25.0, but ‘isJSONRPCResponse’ are not exported from the package.
To Reproduce
Steps to reproduce the behavior:
- import { isJSONRPCResponse, isJSONRPCError, isJSONRPCRequest } from "@modelcontextprotocol/sdk/types.js";
- pnpm run build