Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
echo "Checking formatting before push..."
pnpm format:check
echo "Running tests before push..."
pnpm test

15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,18 @@
"format:check": "prettier --check \"src/**/*.ts\"",
"type-check": "tsc --noEmit",
"mcp:inspect": "npx -y @modelcontextprotocol/inspector node dist/index.js .",
"eval": "pnpm run build && node scripts/run-eval.mjs"
"eval": "pnpm run build && node scripts/run-eval.mjs",
"prepare": "husky"
},
"dependencies": {
"@huggingface/transformers": "^3.8.1",
"@lancedb/lancedb": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.25.2",
"@modelcontextprotocol/sdk": "^1.27.1",
"@typescript-eslint/typescript-estree": "^7.0.0",
"chokidar": "^3.6.0",
"fuse.js": "^7.0.0",
"glob": "^10.3.10",
"hono": "^4.12.2",
"hono": "^4.12.5",
"ignore": "^5.3.1",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
Expand All @@ -148,11 +149,12 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"globals": "^17.0.0",
"husky": "^9.1.7",
"prettier": "^3.7.4",
"tree-sitter-wasms": "^0.1.13",
"tsx": "^4.21.0",
"typescript-eslint": "^8.51.0",
"vitest": "^4.0.16"
"vitest": "^4.0.18"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand All @@ -163,7 +165,10 @@
],
"overrides": {
"@modelcontextprotocol/sdk>ajv": "8.18.0",
"minimatch": "10.2.3"
"@modelcontextprotocol/sdk>@hono/node-server": "1.19.11",
"@huggingface/transformers>onnxruntime-node": "1.24.2",
"minimatch": "10.2.3",
"rollup": "4.59.0"
}
}
}
Loading
Loading