Added @modelcontextprotocol/sdk to the allowed list of imports to avoid typescript error

This commit is contained in:
Joaquin Coromina 2025-05-15 22:29:22 -04:00
parent a629736683
commit ca51bcaecc

View file

@ -842,7 +842,9 @@ export default tseslint.config(
'@xterm/xterm',
'yauzl',
'yazl',
'zlib'
'zlib',
// Void added this
'@modelcontextprotocol/sdk/**'
]
},
{