UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

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