新增godot mcp github copilot

This commit is contained in:
2026-05-28 21:00:39 +08:00
parent a550a2675e
commit 18e24d40f0
242 changed files with 33640 additions and 45 deletions

View File

@@ -0,0 +1,13 @@
export declare class GodotConnectionError extends Error {
constructor(message: string);
}
export declare class GodotCommandError extends Error {
code: number;
data?: Record<string, unknown>;
constructor(code: number, message: string, data?: Record<string, unknown>);
}
export declare class TimeoutError extends Error {
constructor(method: string, timeoutMs: number);
}
export declare function formatErrorForMcp(error: unknown): string;
//# sourceMappingURL=errors.d.ts.map