fix(glitchtip-mcp): remove unused zod dependency blocking CI release

This commit is contained in:
2026-03-06 01:32:11 +01:00
parent fcbf388ef8
commit f615565323

View File

@@ -13,13 +13,12 @@
"@modelcontextprotocol/sdk": "^1.5.0",
"axios": "^1.7.2",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"zod": "^3.23.8"
"express": "^5.2.1"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^20.14.10",
"typescript": "^5.5.3",
"tsx": "^4.19.2"
"tsx": "^4.19.2",
"typescript": "^5.5.3"
}
}