create_gist
Create and share code snippets or text files on GitHub using the GitHub MCP Server. Specify files, descriptions, and privacy settings to generate a new gist.
Instructions
Create a new gist.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Dictionary of filename to file content (e.g. {"hello.py": "print('hello')"}) | |
| description | No | Gist description | |
| public | No | Whether the gist is public |