UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

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