UNPKG

@benyue1978/soloflow-mcp

Version:

A Model Context Protocol (MCP) server for project document management with 32 comprehensive prompts covering the complete software development lifecycle

20 lines 492 B
/** * Workspace setup function prompts for SoloFlow MCP * Project workspace configuration and setup functions */ export declare function workspaceSetupWorkspacePrompt(args: { frontend?: string; backend?: string; testing?: string; deployment?: string; database?: string; }): Promise<{ messages: Array<{ role: "user"; content: { type: "text"; text: string; }; }>; }>; //# sourceMappingURL=workspace-prompts.d.ts.map