switch_repository
Switch between initialized code repositories by specifying the target path. Facilitates seamless navigation and analysis of Python code dependencies within the Nuanced MCP Server.
Instructions
Switch to a different initialized repository.
Args: repo_path: Path to the repository to switch to
Returns: Success message or error
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"repo_path": {
"title": "Repo Path",
"type": "string"
}
},
"required": [
"repo_path"
],
"title": "switch_repositoryArguments",
"type": "object"
}