We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a76c6e commit 91986dbCopy full SHA for 91986db
src/stdio.ts
@@ -15,6 +15,8 @@
15
16
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
17
import yargs from 'yargs';
18
+// Had to ignore the eslint import extension error for the yargs package.
19
+// Using .js or /index.js didn't resolve it due to the @types package issues.
20
// eslint-disable-next-line import/extensions
21
import { hideBin } from 'yargs/helpers';
22
0 commit comments