n8n-bookstack-agent-tool
Version:
Comprehensive BookStack API integration tool for n8n AI Agent with MCP framework compatibility
11 lines • 411 B
TypeScript
import { BookStackConfig } from '../auth/config.js';
export declare class ShelvesResource {
private client;
constructor(config: BookStackConfig);
listShelves(params?: any): Promise<any>;
getShelf(params: any): Promise<any>;
createShelf(params: any): Promise<any>;
updateShelf(params: any): Promise<any>;
deleteShelf(params: any): Promise<any>;
}
//# sourceMappingURL=shelves.d.ts.map