/** * Asset generation tools for Godot MCP Server. * * NOTE: RunningHub workflow tools (inspect_runninghub_workflow, * customize_and_run_workflow) exist in the Godot plugin but are not * exposed as MCP tools yet. They require a RunningHub account / API key * and will be re-enabled in a future release. The GDScript implementations * in asset_tools.gd are kept intact. */ import type { ToolDefinition } from '../types.js'; export declare const assetTools: ToolDefinition[]; //# sourceMappingURL=asset-tools.d.ts.map