MCP Git Repo Browser

by razorback16
Verified

git_directory_structure

Clone a Git repository and return its directory structure in a tree format.

Input Schema

NameRequiredDescriptionDefault
repo_urlYesThe URL of the Git repository

Input Schema (JSON Schema)

{ "properties": { "repo_url": { "description": "The URL of the Git repository", "type": "string" } }, "required": [ "repo_url" ], "type": "object" }