mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-27 00:12:26 +08:00
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
![]() |
// 導出所有專案工具
|
||
|
|
||
|
// initProjectRules
|
||
|
export {
|
||
|
initProjectRules,
|
||
|
initProjectRulesSchema,
|
||
|
} from "./initProjectRules.js";
|