UNPKG

n8n-bookstack-agent-tool

Version:

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

9 lines 446 B
import { BookStackApiSpec, BookStackEndpoint } from '../types/api-spec.js'; export declare class BookStackApiParser { private static readonly RESOURCES; private static readonly ENDPOINTS; static parseApiSpec(): BookStackApiSpec; static getEndpointsByResource(resource: string): BookStackEndpoint[]; static getEndpointByOperationId(operationId: string): BookStackEndpoint | undefined; } //# sourceMappingURL=api-parser.d.ts.map