Skip to content

Patched n8n to play nicely with Roo's MCPs #695

Open
@J1nglz

Description

@J1nglz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions