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