@gsb-core/mcp-docs
Version:
Documentation for GSB MCP implementations
15 lines (14 loc) • 396 B
TypeScript
/**
* 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;