UNPKG

@memory-bank/mcp

Version:

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

12 lines 453 B
/** * architectureテンプレート定義 * * アーキテクチャ情報を表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * アーキテクチャテンプレート * システムのアーキテクチャ、コンポーネント、レイヤー、データフローなどを表示します */ export declare const architectureTemplate: Template; //# sourceMappingURL=architecture.d.ts.map