UNPKG

@endlessblink/like-i-said-v2

Version:

Task Management & Memory for Claude - Track tasks, remember context, and maintain continuity across sessions with 27 powerful tools. Works with Claude Desktop and Claude Code.

12 lines (9 loc) 340 B
#!/usr/bin/env node // NPX MCP Start - Direct entry point for NPX execution // This bypasses all CLI logic and starts the MCP server directly // Set MCP environment process.env.MCP_MODE = 'true'; process.env.MCP_QUIET = 'true'; process.env.NO_COLOR = '1'; // Import the quiet wrapper directly import('./mcp-quiet-wrapper.js');