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.

8 lines (7 loc) 195 B
import { resolve } from 'path'; describe('cli', () => { it('should exist', () => { const cli = require(resolve(__dirname, '../../cli')); expect(cli).toBeTruthy(); }); });