duoops 0.2.12 → 0.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,6 @@ async function main() {
17
17
  registerProfileTools(server)
18
18
 
19
19
  const app = express()
20
- app.use(express.json())
21
20
 
22
21
  app.get('/health', (_req, res) => {
23
22
  res.json({service: 'duoops-mcp', status: 'ok', version: '1.0.0'})
@@ -669,5 +669,5 @@
669
669
  ]
670
670
  }
671
671
  },
672
- "version": "0.2.12"
672
+ "version": "0.2.13"
673
673
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "duoops",
3
3
  "description": "Toolset for Explainable and Sustainable CI on Gitlab.",
4
- "version": "0.2.12",
4
+ "version": "0.2.13",
5
5
  "author": "Younes Laaroussi",
6
6
  "bin": {
7
7
  "duoops": "./bin/run.js"