/** * list_related_projects ツール * 関連プロジェクトの一覧を表示する */ import type { ToolRegistrationContext, RegisteredTool } from './types.js'; /** * list_related_projects ツールを登録 */ export declare function registerListRelatedProjectsTool(context: ToolRegistrationContext): RegisteredTool; //# sourceMappingURL=list-related-projects.d.ts.map