UNPKG
@memory-bank/mcp
Version:
latest (3.0.0)
3.0.0
2.4.1
2.4.0
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
Memory-enabled Co-Pilot (MCP) server for managing project documentation and context
@memory-bank/mcp
/
dist
/
templates
/
definitions
/
active-context.d.ts
12 lines
•
440 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * active-contextテンプレート定義 * * アクティブコンテキストを表示するためのテンプレート */
import { Template }
from
'@memory-bank/schemas/templates'
;
/** * アクティブコンテキストテンプレート * 現在の作業内容、最近の変更、次のステップなどを表示します */
export
declare
const
activeContextTemplate
: Template;
//# sourceMappingURL=active-context.d.ts.map