### Describe the bug When trying to fetch a file, `get_file_contents` tool is called but it is giving me below error. ``` MCP error -32002: handler not found for resource URI `file://{organization}/{repo}/{filePath}` : resource not found ``` I confirm that the parameters sent like org, repo, path, ref are correct.