feat: basics

This commit was merged in pull request #1.
This commit is contained in:
2026-07-09 06:42:45 +00:00
parent bbe1ec4b23
commit af3da35179
20 changed files with 2754 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "exchange-mcp",
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "node main.ts",
"format": "dprint fmt"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"commander": "^15.0.0",
"fast-xml-parser": "^5.2.0",
"httpntlm": "^1.8.13",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^22.20.1",
"typescript": "^5.9.3"
}
}