@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.
15 lines (14 loc) • 479 B
TypeScript
/**
* Copyright (C) 2024 PoAI (Lutz Leonhardt)
* This file is part of mcpm, based on work by MCP Club
* Licensed under the GNU AGPL v3.0
* See LICENSE file for details
*/
/**
* Gets enabled MCP servers in a simplified format as a JSON string
* @returns A JSON string of server names to their command and args
*/
export declare function getEnabledMCPServersAsJson(): Promise<string>;
export declare function startBridge(options?: {
server?: string;
}): Promise<void>;