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