Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:32 +08:00
commit 35aff94595
5 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "mcp-github",
"description": "GitHub repository, issue, and pull request management with PR review analysis",
"version": "1.1.5",
"author": {
"name": "shavakan",
"email": "cs.changwon.lee@gmail.com"
},
"commands": [
"./commands/pr-review-analyze.md"
],
"mcp": [
"./.mcp.json"
]
}