UNPKG

@memory-bank/mcp

Version:

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

12 lines 434 B
/** * tech-stackテンプレート定義 * * 技術スタックを表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * 技術スタックテンプレート * フロントエンド、バックエンド、データベース、インフラ、開発ツールなどを表示します */ export declare const techStackTemplate: Template; //# sourceMappingURL=tech-stack.d.ts.map