-
Notifications
You must be signed in to change notification settings - Fork 3
fix exports matching #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This fixes the usage of `esmock` with the latest version of `@modelcontextprotocol/sdk`, which introduced new exports entries. See: modelcontextprotocol/typescript-sdk#851
6f13213 to
a2c2773
Compare
|
Thanks for submitting this. Haven't looked at this locally, so excuse me if I'm missing something obvious --could the new assertions and test be added without removing or modifying the existing assertions/tests? |
|
@iambumblehead thanks for the quick feedback. I've posted some comments in the code. |
|
thanks for the response. Would like to investigate this later (today) to better understand why the existing test fails |
|
all esmock tests pass using changes here. will merge and publish soon |
|
updating esmock to use latest version with this change iambumblehead/esmock#325 |
|
[email protected] is published |
|
@iambumblehead wow, thank you for the quick release 👍🏻 |
|
@matz3 thanks for spending energy looking at the sources and resolving the issue with them |
This fixes the usage of
esmockwith the latest version of@modelcontextprotocol/sdk, which introduced new exports entries.See: modelcontextprotocol/typescript-sdk#851