opendoor-mcp
Version:
Production-grade MCP server with multi-language code execution, VS Code integration, and browser automation
21 lines • 494 B
TypeScript
export declare const usageGuidePrompt: {
definition: {
name: string;
description: string;
arguments: {
name: string;
description: string;
required: boolean;
}[];
};
execute(input: unknown): Promise<{
messages: {
role: string;
content: {
type: string;
text: string;
};
}[];
}>;
};
//# sourceMappingURL=UsageGuidePrompt.d.ts.map