upload_release_asset
Upload assets to GitHub releases by specifying the repository details, release ID, asset name, content, and type. Simplify file distribution and version management directly from the mcp-github MCP server.
Instructions
Upload an asset to a GitHub release
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content of the asset (base64 encoded) | |
content_type | Yes | The content type of the asset | |
label | No | An alternate short description of the asset | |
name | Yes | The name of the asset | |
owner | Yes | Repository owner (username or organization) | |
release_id | Yes | The ID of the release | |
repo | Yes | Repository name |