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
/
tech-stack.d.ts
12 lines
•
434 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * tech-stackテンプレート定義 * * 技術スタックを表示するためのテンプレート */
import { Template }
from
'@memory-bank/schemas/templates'
;
/** * 技術スタックテンプレート * フロントエンド、バックエンド、データベース、インフラ、開発ツールなどを表示します */
export
declare
const
techStackTemplate
: Template;
//# sourceMappingURL=tech-stack.d.ts.map