4 lines
278 B
TypeScript
4 lines
278 B
TypeScript
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
import { GodotConnection } from "../godot-connection.js";
|
|
export declare function registerAnimationTreeTools(server: McpServer, godot: GodotConnection): void;
|
|
//# sourceMappingURL=animation-tree-tools.d.ts.map
|