From ca51bcaecc929c8883f39b6cf8b84ccf0b114c29 Mon Sep 17 00:00:00 2001 From: Joaquin Coromina Date: Thu, 15 May 2025 22:29:22 -0400 Subject: [PATCH] Added @modelcontextprotocol/sdk to the allowed list of imports to avoid typescript error --- eslint.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 7acc50f2..4f014565 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -842,7 +842,9 @@ export default tseslint.config( '@xterm/xterm', 'yauzl', 'yazl', - 'zlib' + 'zlib', + // Void added this + '@modelcontextprotocol/sdk/**' ] }, {