Last active
July 20, 2026 21:23
-
-
Save qdrddr/cc09396a97067cc7eb4651971dc73fc7 to your computer and use it in GitHub Desktop.
examples/output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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