UNPKG

@memory-bank/mcp

Version:

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

12 lines 440 B
/** * active-contextテンプレート定義 * * アクティブコンテキストを表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * アクティブコンテキストテンプレート * 現在の作業内容、最近の変更、次のステップなどを表示します */ export declare const activeContextTemplate: Template; //# sourceMappingURL=active-context.d.ts.map