-
Notifications
You must be signed in to change notification settings - Fork 0
Repository Tools
Garot Conklin edited this page May 23, 2025
·
1 revision
Repository tools allow you to interact with GitHub repositories.
- List repositories
- Get repository details
{
"name": "list_repositories",
"parameters": {
"visibility": "public",
"sort": "updated"
}
}sequenceDiagram
participant User
participant MCPServer
participant GitHub
User->>MCPServer: Call list_repositories
MCPServer->>GitHub: Fetch repositories
GitHub-->>MCPServer: Return repo list
MCPServer-->>User: Return results
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}