github-mcp-server / pkg /github /__toolsnaps__ /fork_repository.snap
harvesthealth's picture
Upload folder using huggingface_hub
b9af4a9 verified
{
"annotations": {
"title": "Fork repository",
"readOnlyHint": false
},
"description": "Fork a GitHub repository to your account or specified organization",
"inputSchema": {
"type": "object",
"properties": {
"organization": {
"description": "Organization to fork to",
"type": "string"
},
"owner": {
"description": "Repository owner",
"type": "string"
},
"repo": {
"description": "Repository name",
"type": "string"
}
},
"required": [
"owner",
"repo"
]
},
"name": "fork_repository"
}