Skip to content

Instantly share code, notes, and snippets.

@qdrddr
Last active July 20, 2026 21:23
Show Gist options
  • Select an option

  • Save qdrddr/cc09396a97067cc7eb4651971dc73fc7 to your computer and use it in GitHub Desktop.

Select an option

Save qdrddr/cc09396a97067cc7eb4651971dc73fc7 to your computer and use it in GitHub Desktop.
examples/output
[
{
"description": "Create a new issue in a GitHub repository.",
"inputSchema": {
"properties": {
"body": {
"description": "Issue body",
"type": "string"
},
"title": {
"description": "Issue title",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
},
"name": "mcp__github__create_issue"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment