UNPKG

n8n-bookstack-agent-tool

Version:

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

10 lines 405 B
import { MCPCommand } from './command-generator.js'; export declare class MCPCommandRegistry { private static commands; static initialize(): void; static getCommands(): MCPCommand[]; static getCommand(name: string): MCPCommand | undefined; static listCommandsByResource(resource: string): MCPCommand[]; static getCommandMetadata(): any; } //# sourceMappingURL=mcp-commands.d.ts.map