why "get_file_contents" always return "failed to get raw repository content" when the file exsists?
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "get_file_contents",
"arguments": {
"owner": "TikyFirstggg",
"repo": "mcp-github-evaluation_code_development_7",
"path": "src/tests/unit/utils.test.js",
"ref": "refs/heads/develop"
}
}
}
{
"jsonrpc": "2.0",
"id": 2,
"result": {
"content": [
{
"type": "text",
"text": "failed to get raw repository content"
}
],
"isError": true
}
}