-
Couldn't load subscription status.
- Fork 0
Content Tools
Garot Conklin edited this page May 23, 2025
·
1 revision
Content tools allow you to interact with files and directories in GitHub repositories.
- Get file content
- List directory contents
{
"name": "get_file_content",
"parameters": {
"owner": "octocat",
"repo": "Hello-World",
"path": "README.md"
}
}sequenceDiagram
participant User
participant MCPServer
participant GitHub
User->>MCPServer: Call get_file_content
MCPServer->>GitHub: Fetch file content
GitHub-->>MCPServer: Return file data
MCPServer-->>User: Return results
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}