Skip to content

Commit 91986db

Browse files
committed
comment
1 parent 8a76c6e commit 91986db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stdio.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
1717
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.
1820
// eslint-disable-next-line import/extensions
1921
import { hideBin } from 'yargs/helpers';
2022

0 commit comments

Comments
 (0)