14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"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"
|
|
]
|
|
} |