This commit is contained in:
2026-07-09 00:52:48 +03:00
parent b1720b8a21
commit 8d5f254728
8 changed files with 1494 additions and 147 deletions
+9 -2
View File
@@ -2,12 +2,19 @@
"name": "exchange-mcp",
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "tsx main.ts",
"format": "dprint fmt"
},
"dependencies": {
"@modelcontextprotocol/server": "^2.0.0-beta.2",
"fast-xml-parser": "^5.2.0",
"httpntlm": "^1.8.13"
"httpntlm": "^1.8.13",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/node": "^22.20.1",
"tsx": "^4.23.0",
"typescript": "^5.9.3"
}
}