#!/usr/bin/env node /** * Koti CLI — MCP Server * * Exposes Koti CLI scaffolding capabilities as MCP tools so that * AI assistants (Claude Desktop, Claude Code, Cursor, etc.) can * create and manage Bun + Express + MongoDB TypeScript API projects * through natural language. * * Transport: stdio (spawned as a child process by the AI client) * SDK: @modelcontextprotocol/sdk */ export {}; //# sourceMappingURL=mcp-server.d.ts.map