@gsb-core/mcp-docs
Version:
Documentation for GSB MCP implementations
15 lines (14 loc) • 432 B
TypeScript
/**
* Documentation for the startWorkflow operation
*/
/**
* Returns documentation for the startWorkflow operation
* @return {string} markdown documentation
*/
export declare function startWorkflowDocs(): string;
/**
* Returns a brief summary of the startWorkflow operation.
* @return {string} A short description of the function.
*/
export declare function startWorkflowSummary(): string;
export default startWorkflowDocs;