@thenextgennexus/github-analytics-mcp-server 1.0.0 → 1.0.1
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/package.json +3 -3
- package/server.json +30 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thenextgennexus/github-analytics-mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Get GitHub repository stats, search repos, analyze languages, and compare projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"type": "git",
|
|
37
37
|
"url": "https://github.com/TheNextGenNexus/ai-analytics-mcp-servers"
|
|
38
38
|
},
|
|
39
|
-
"mcpName": "io.github.
|
|
40
|
-
}
|
|
39
|
+
"mcpName": "io.github.TheNextGenNexus/github-analytics-mcp-server"
|
|
40
|
+
}
|
package/server.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
+
"name": "io.github.TheNextGenNexus/github-analytics-mcp-server",
|
|
4
|
+
"description": "Get GitHub repository stats, search repos, analyze languages, and compare projects",
|
|
5
|
+
"repository": {
|
|
6
|
+
"url": "https://github.com/TheNextGenNexus/ai-analytics-mcp-servers",
|
|
7
|
+
"source": "github",
|
|
8
|
+
"subfolder": "servers/github-analytics-mcp-server"
|
|
9
|
+
},
|
|
10
|
+
"version": "1.0.0",
|
|
11
|
+
"packages": [
|
|
12
|
+
{
|
|
13
|
+
"registryType": "npm",
|
|
14
|
+
"identifier": "@thenextgennexus/github-analytics-mcp-server",
|
|
15
|
+
"version": "1.0.0",
|
|
16
|
+
"transport": {
|
|
17
|
+
"type": "stdio"
|
|
18
|
+
},
|
|
19
|
+
"environmentVariables": [
|
|
20
|
+
{
|
|
21
|
+
"description": "Your Apify API token for accessing web scraping actors",
|
|
22
|
+
"isRequired": true,
|
|
23
|
+
"format": "string",
|
|
24
|
+
"isSecret": true,
|
|
25
|
+
"name": "APIFY_TOKEN"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|