@gsb-core/mcp-docs
Version:
Documentation for GSB MCP implementations
15 lines (14 loc) • 378 B
TypeScript
/**
* Documentation for the save operation
*/
/**
* Returns documentation for the save operation
* @return {string} markdown documentation
*/
export declare function saveDocs(): string;
/**
* Returns a brief summary of the save operation.
* @return {string} A short description of the function.
*/
export declare function saveSummary(): string;
export default saveDocs;