Skip to content

Commit 0e2331e

Browse files
committed
chore: add dependency to kerberos
This is necessary for clients that can use kerberos. It's registered as an optional dependency so clients that can't use kerberos because they don't have the required system dependencies can still use the MCP Server w/o kerberos support.
1 parent 46a93cc commit 0e2331e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,8 @@
119119
},
120120
"engines": {
121121
"node": "^20.19.0 || ^22.12.0 || >= 23.0.0"
122+
},
123+
"optionalDependencies": {
124+
"kerberos": "^2.2.2"
122125
}
123126
}

0 commit comments

Comments
 (0)