Open
Description
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch @modelcontextprotocol/[email protected]
for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js b/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js
index 1c7b7e9..a3ed82a 100644
--- a/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js
+++ b/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js
@@ -231,4 +231,5 @@ class Client extends protocol_js_1.Protocol {
}
}
exports.Client = Client;
+exports.index = exports.Client;
//# sourceMappingURL=index.js.map
\ No newline at end of file
This issue body was partially generated by patch-package.
Metadata
Metadata
Assignees
Labels
No labels