Skip to content

Commit 13cc05e

Browse files
committed
Merge branch 'main' of github.com:mongodb-js/mongodb-mcp-server into gagik/mongosh-bump
2 parents c1ff1df + 763382a commit 13cc05e

21 files changed

+754
-192
lines changed

knip.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"entry": [
3+
"src/index.ts!",
4+
"src/lib.ts!",
5+
"tests/**/*.ts",
6+
"scripts/**/*.ts",
7+
"eslint-rules/*.js"
8+
],
9+
"ignore": ["tests/integration/fixtures/curl.mjs", "tests/vitest.d.ts"],
10+
"ignoreExportsUsedInFile": true
11+
}

0 commit comments

Comments
 (0)