UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

15 lines (14 loc) 440 B
/** * Overview documentation for the GSB Entity Service API */ /** * Returns the overview documentation for the GSB Entity Service API * @return {string} markdown documentation */ export declare function overviewDocs(): string; /** * Returns a brief summary of the GSB Entity Service API overview. * @return {string} A short description of the API. */ export declare function overviewSummary(): string; export default overviewDocs;