feat: first round of mcp standalone server
This commit is contained in:
@@ -31,7 +31,7 @@ describe('GitApiAdapter', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
vi.clearAllMocks();
|
||||
adapter = new GitApiAdapter();
|
||||
adapter = new GitApiAdapter(mockGitEngine as any, mockProjectEngine as any);
|
||||
});
|
||||
|
||||
it('checkAvailability delegates directly (no projectPath)', async () => {
|
||||
|
||||
Reference in New Issue
Block a user