UNPKG

@gsb-core/mcp-docs

Version:

Documentation for GSB MCP implementations

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