Skip to content

Commit 6c8432b

Browse files
zyzyzyryxyPiotr Paulski
andauthored
refactor: bundle modelcontextprotocol-sdk (#409)
Improve installation time. --------- Co-authored-by: Piotr Paulski <piotrpaulski@chromium.org>
1 parent 41d6a10 commit 6c8432b

File tree

7 files changed

+979
-12
lines changed

7 files changed

+979
-12
lines changed

eslint.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ export default defineConfig([
2727

2828
parserOptions: {
2929
projectService: {
30-
allowDefaultProject: ['.prettierrc.cjs', 'eslint.config.mjs'],
30+
allowDefaultProject: [
31+
'.prettierrc.cjs',
32+
'eslint.config.mjs',
33+
'rollup.config.mjs',
34+
],
3135
},
3236
},
3337

0 commit comments

Comments
 (0)