@pagopa/dx-mcpserver 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. package/README.md +10 -10
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -43,16 +43,16 @@ The GH PAT authentication is done via a prompt, so you will be asked to enter it
43
43
  "headers": {
44
44
  "x-gh-pat": "${input:github_mcp_pat}"
45
45
  }
46
- },
47
- "inputs": [
48
- {
49
- "type": "promptString",
50
- "id": "github_mcp_pat",
51
- "description": "GitHub Personal Access Token",
52
- "password": true
53
- }
54
- ]
55
- }
46
+ }
47
+ },
48
+ "inputs": [
49
+ {
50
+ "type": "promptString",
51
+ "id": "github_mcp_pat",
52
+ "description": "GitHub Personal Access Token",
53
+ "password": true
54
+ }
55
+ ]
56
56
  }
57
57
  ```
58
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/dx-mcpserver",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "description": "An MCP server that support developers using DX tools.",
6
6
  "repository": {
@@ -29,14 +29,14 @@
29
29
  "@pagopa/azure-tracing": "^0.4.8"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/node": "^22.16.2",
32
+ "@types/node": "^22.19.1",
33
33
  "@vitest/coverage-v8": "^3.2.4",
34
- "eslint": "^9.30.0",
34
+ "eslint": "^9.39.1",
35
35
  "prettier": "3.6.2",
36
36
  "tsx": "^4.20.6",
37
37
  "typescript": "~5.8.3",
38
38
  "vitest": "^3.2.4",
39
- "@pagopa/eslint-config": "^5.1.0"
39
+ "@pagopa/eslint-config": "^5.1.1"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc",