UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

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