Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:30 +08:00
commit c2651f3f72
5 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "issuify",
"description": "Create GitHub issues and pull requests with structured formatting using the GitHub Copilot MCP server",
"version": "1.0.0",
"author": {
"name": "Headlands"
},
"commands": [
"./commands"
],
"mcp": [
"./mcp"
]
}