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.

9 lines (8 loc) 323 B
/** * 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 */ import type { MCPServerWithStatus } from '@mcpm/sdk'; export declare function generateToolPrompt(servers: MCPServerWithStatus[]): Promise<string>;