Compare commits

..

1 commit

3 changed files with 7 additions and 2 deletions

View file

@ -8,7 +8,8 @@
"name": "iai-mcp-wrapper",
"version": "0.1.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^4.0.0"
},
"bin": {
"iai-mcp-wrapper": "dist/index.js"

View file

@ -15,7 +15,8 @@
"test": "node --import tsx --test test/*.test.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^4.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",

View file

@ -8,6 +8,9 @@ dependencies = [
"pyarrow>=16.0.0",
"sentence-transformers>=3.0.0",
"numpy>=2.4.6,<3.0.0",
"pydantic>=2.7.0",
"torch-hd>=5.7.0", # imports as `torchhd`; PyPI name has a dash
"structlog>=24.0.0",
"networkx>=3.3",
"python-igraph>=0.11",
"leidenalg>=0.10",