UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

15 lines (14 loc) 420 B
/** * Documentation for the queryMapped operation */ /** * Returns documentation for the queryMapped operation * @return {string} markdown documentation */ export declare function queryMappedDocs(): string; /** * Returns a brief summary of the queryMapped operation. * @return {string} A short description of the function. */ export declare function queryMappedSummary(): string; export default queryMappedDocs;