32 lines
706 B
Plaintext
32 lines
706 B
Plaintext
{
|
|
"annotations": {
|
|
"title": "Create repository",
|
|
"readOnlyHint": false
|
|
},
|
|
"description": "Create a new GitHub repository in your account",
|
|
"inputSchema": {
|
|
"properties": {
|
|
"autoInit": {
|
|
"description": "Initialize with README",
|
|
"type": "boolean"
|
|
},
|
|
"description": {
|
|
"description": "Repository description",
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"description": "Repository name",
|
|
"type": "string"
|
|
},
|
|
"private": {
|
|
"description": "Whether repo should be private",
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": [
|
|
"name"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"name": "create_repository"
|
|
} |