UNPKG

@atlas-kitchen/atlas-mcp

Version:

Model Context Protocol server for Atlas restaurant management system - enables Claude to interact with restaurant orders, menus, and reports

10 lines 290 B
import { AtlasClient } from '../client.js'; interface Tool { name: string; description: string; inputSchema: any; handler: (input: unknown) => Promise<any>; } export declare function createMenuTools(client: AtlasClient): Tool[]; export {}; //# sourceMappingURL=menu.d.ts.map