UNPKG

@poai/mcpm-aider

Version:

Your MCP CLI Manager for aider(forked from @mcpm/cli). Helps you install/remove/search your MCP projects. You can also manage your MCP in Claude App with natural language.

11 lines (10 loc) 225 B
// Mock process.exit to prevent Jest from exiting during tests process.exit = jest.fn(); // Mock console methods global.console = { ...console, log: jest.fn(), error: jest.fn(), warn: jest.fn(), }; export {};