n8n-bookstack-agent-tool
Version:
Comprehensive BookStack API integration tool for n8n AI Agent with MCP framework compatibility
11 lines • 422 B
TypeScript
import { BookStackConfig } from '../auth/config.js';
export declare class ChaptersResource {
private client;
constructor(config: BookStackConfig);
listChapters(params?: any): Promise<any>;
getChapter(params: any): Promise<any>;
createChapter(params: any): Promise<any>;
updateChapter(params: any): Promise<any>;
deleteChapter(params: any): Promise<any>;
}
//# sourceMappingURL=chapters.d.ts.map