UNPKG

@memory-bank/mcp

Version:

Memory-enabled Co-Pilot (MCP) server for managing project documentation and context

12 lines 458 B
/** * user-guideテンプレート定義 * * ユーザーガイドを表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * ユーザーガイドテンプレート * 導入、はじめ方、インストール、基本使用法、高度な機能、トラブルシューティングなどを表示します */ export declare const userGuideTemplate: Template; //# sourceMappingURL=user-guide.d.ts.map