list_repositories
Retrieve a list of all Git repositories stored in a specified directory path using the Git MCP server, for easy management and access.
Instructions
List all git repositories in the configured path
Returns:
List of repository names
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_repositoriesArguments",
"type": "object"
}