/** * Project configuration and debug tools for Godot MCP Server * Tools for inspecting project settings, debugging, and editor interaction */ import type { ToolDefinition } from '../types.js'; export declare const projectTools: ToolDefinition[]; //# sourceMappingURL=project-tools.d.ts.map