UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

15 lines (14 loc) 432 B
/** * Documentation for the runWfFunction operation */ /** * Returns documentation for the runWfFunction operation * @return {string} markdown documentation */ export declare function runWfFunctionDocs(): string; /** * Returns a brief summary of the runWfFunction operation. * @return {string} A short description of the function. */ export declare function runWfFunctionSummary(): string; export default runWfFunctionDocs;