UNPKG

n8n-bookstack-agent-tool

Version:

Comprehensive BookStack API integration tool for n8n AI Agent with MCP framework compatibility

15 lines 597 B
import { BookStackConfig } from '../auth/config.js'; export declare class BooksResource { private client; constructor(config: BookStackConfig); listBooks(params?: any): Promise<any>; getBook(params: any): Promise<any>; createBook(params: any): Promise<any>; updateBook(params: any): Promise<any>; deleteBook(params: any): Promise<any>; exportBookHtml(params: any): Promise<any>; exportBookPdf(params: any): Promise<any>; exportBookPlaintext(params: any): Promise<any>; exportBookMarkdown(params: any): Promise<any>; } //# sourceMappingURL=books.d.ts.map