#!/usr/bin/env node /** * Xano Developer MCP Server * * This is the MCP server entry point. For library usage, import from the package root: * ```ts * import { validateXanoscript, xanoscriptDocs } from '@xano/developer-mcp'; * ``` */ export {};