UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

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