Compare commits
1 commit
48c690031d
...
a48dc2d516
| Author | SHA1 | Date | |
|---|---|---|---|
| a48dc2d516 |
3 changed files with 7 additions and 2 deletions
3
mcp-wrapper/package-lock.json
generated
3
mcp-wrapper/package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue