projectpulse-mcp 1.1.1 → 1.1.2
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 +1 -1
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ This Model Context Protocol (MCP) server allows AI assistants to analyze the hea
|
|
|
15
15
|
|
|
16
16
|
### Example Output
|
|
17
17
|
|
|
18
|
-

|
|
18
|
+

|
|
19
19
|
|
|
20
20
|
## Quick Start
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectpulse-mcp",
|
|
3
3
|
"description": "MCP Server for GitHub repository health monitoring",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "vitest run",
|
|
@@ -14,16 +14,17 @@
|
|
|
14
14
|
"github",
|
|
15
15
|
"health",
|
|
16
16
|
"monitoring",
|
|
17
|
-
"ai"
|
|
17
|
+
"ai",
|
|
18
|
+
"Workflow"
|
|
18
19
|
],
|
|
19
20
|
"author": "Alessandro Chiodo",
|
|
20
21
|
"license": "MIT",
|
|
21
22
|
"repository": {
|
|
22
23
|
"type": "git",
|
|
23
|
-
"url": "https://github.com/alexbypa/projectpulse-mcp.git"
|
|
24
|
+
"url": "https://github.com/alexbypa/github-projectpulse-mcp.git"
|
|
24
25
|
},
|
|
25
26
|
"bugs": {
|
|
26
|
-
"url": "https://github.com/alexbypa/projectpulse-mcp/issues"
|
|
27
|
+
"url": "https://github.com/alexbypa/github-projectpulse-mcp/issues"
|
|
27
28
|
},
|
|
28
29
|
"type": "module",
|
|
29
30
|
"dependencies": {
|
|
@@ -45,4 +46,4 @@
|
|
|
45
46
|
"dist",
|
|
46
47
|
"bin"
|
|
47
48
|
]
|
|
48
|
-
}
|
|
49
|
+
}
|