UNPKG

n8n-bookstack-agent-tool

Version:

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

11 lines 401 B
import { BookStackConfig } from '../auth/config.js'; export declare class PagesResource { private client; constructor(config: BookStackConfig); listPages(params?: any): Promise<any>; getPage(params: any): Promise<any>; createPage(params: any): Promise<any>; updatePage(params: any): Promise<any>; deletePage(params: any): Promise<any>; } //# sourceMappingURL=pages.d.ts.map