#!/usr/bin/env node /** * MCP Server - Standalone Entry Point * * Starts an MCP server with stdio transport for a single user. * This is the main entry point for running task-mcp as a standalone server. */ export {}; //# sourceMappingURL=server.d.ts.map