@pagopa/dx-mcpserver 0.0.4 → 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.
- package/README.md +10 -10
- package/package.json +6 -6
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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
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.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "An MCP server that support developers using DX tools.",
|
|
6
6
|
"repository": {
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"axios": "^1.12.2",
|
|
26
26
|
"fastmcp": "^3.19.1",
|
|
27
27
|
"zod": "^3.25.76",
|
|
28
|
-
"@pagopa/
|
|
29
|
-
"@pagopa/
|
|
28
|
+
"@pagopa/dx-mcpprompts": "^0.0.3",
|
|
29
|
+
"@pagopa/azure-tracing": "^0.4.8"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/node": "^22.
|
|
32
|
+
"@types/node": "^22.19.1",
|
|
33
33
|
"@vitest/coverage-v8": "^3.2.4",
|
|
34
|
-
"eslint": "^9.
|
|
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.
|
|
39
|
+
"@pagopa/eslint-config": "^5.1.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsc",
|