Files
github--github-mcp-server/pkg/github/__toolsnaps__/unstar_repository.snap
T
2026-07-13 12:37:57 +08:00

26 lines
503 B
Plaintext

{
"annotations": {
"idempotentHint": false,
"readOnlyHint": false,
"title": "Unstar repository"
},
"description": "Unstar a GitHub repository",
"inputSchema": {
"properties": {
"owner": {
"description": "Repository owner",
"type": "string"
},
"repo": {
"description": "Repository name",
"type": "string"
}
},
"required": [
"owner",
"repo"
],
"type": "object"
},
"name": "unstar_repository"
}