[
{
"sourceUrl": "https://github.com/github/github-mcp-server",
"serverName": "github-mcp-server",
"name": "get_file_contents",
"inputSchema": {
"type": "object",
"properties": {
"owner": {
"type": "string",
"title": "Owner",
"description": "Owner input value."
},
"repo": {
"type": "string",
"title": "Repo",
"description": "Repo input value."
},
"path": {
"type": "string",
"title": "Path",
"description": "Path input value."
},
"ref": {
"type": "string",
"title": "Ref",
"description": "Ref input value."
}
},
"required": [
"owner",
"repo",
"path"
]
},
"outputSchema": {
"type": "object"
},
"auth": {
"type": "github-token"
},
"examples": [
{
"owner": "modelcontextprotocol",
"repo": "servers",
"path": "README.md"
}
]
}
]