Release: fix project directory detection for MCP server #72
Reference in New Issue
Block a user
Delete Branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Merges fix for issue #70 - MCP tools now correctly detect project directory for git remote auto-detection.
Problem
MCP server runs with cwd = plugin directory, causing git remote detection to fail.
Solution
Added
_find_project_directory()with multiple fallback strategies:CLAUDE_PROJECT_DIRenv varPWDenv var (if has.gitor.env)cwdfallback (for tests)Tests: 9 config tests passing
Fixes #70