Nuanced MCP Server

switch_repository

Switch to a different initialized repository.

Args: repo_path: Path to the repository to switch to

Returns: Success message or error

Input Schema

NameRequiredDescriptionDefault
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path" ], "title": "switch_repositoryArguments", "type": "object" }