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
/
glossary.d.ts
12 lines
•
372 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * glossaryテンプレート定義 * * 用語集を表示するためのテンプレート */
import { Template }
from
'@memory-bank/schemas/templates'
;
/** * 用語集テンプレート * ドメイン用語、技術用語、略語、命名規則などを表示します */
export
declare
const
glossaryTemplate
: Template;
//# sourceMappingURL=glossary.d.ts.map