#!/usr/bin/env node /** * MCP Server - Stdio Transport * * This provides a stdio-based MCP server for use with Claude Code CLI * and other MCP clients that use stdio transport. * * Usage: * node dist/stdio.js * * Or via Claude Code: * claude mcp add aas-editor node /path/to/dist/stdio.js */ export {}; //# sourceMappingURL=stdio.d.ts.map