mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-09-02 13:31:32 +08:00
9 lines
194 B
TypeScript
9 lines
194 B
TypeScript
![]() |
// 導出所有任務工具
|
||
|
export * from "./task/index.js";
|
||
|
|
||
|
// 導出所有專案工具
|
||
|
export * from "./project/index.js";
|
||
|
|
||
|
// 導出所有思維鏈工具
|
||
|
export * from "./thought/index.js";
|