chore: add cors dependency to package.json

This commit is contained in:
olaservo
2025-10-12 18:22:08 -07:00
parent f6fbfc4c5e
commit 636b0872cb
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.19.1",
"cors": "^2.8.5",
"express": "^4.21.1",
"jszip": "^3.10.1",
"zod": "^3.23.8",