UNPKG

opendoor-mcp

Version:

Production-grade MCP server with multi-language code execution, VS Code integration, and browser automation

29 lines 789 B
import { ServiceContainer } from '../index.js'; export declare const manageSessionsTool: { definition: { name: string; description: string; inputSchema: { type: string; properties: { action: { type: string; enum: string[]; description: string; }; sessionId: { type: string; description: string; }; }; required: string[]; }; }; execute(input: unknown, services: ServiceContainer): Promise<{ content: { type: string; text: string; }[]; }>; }; //# sourceMappingURL=ManageSessionsTool.d.ts.map