UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

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