refactor: update Dockerfile and package.json to add zod dependency; improve code formatting in server.ts

This commit is contained in:
samanhappy
2025-03-31 19:42:45 +08:00
parent a61bda6ea9
commit 81d54766f6
4 changed files with 16 additions and 8 deletions

View File

@@ -21,7 +21,8 @@
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"dotenv": "^16.3.1",
"express": "^4.18.2"
"express": "^4.18.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/express": "^4.17.21",