UNPKG

@ai-capabilities-suite/mcp-debugger-server

Version:

Enterprise-grade MCP server providing advanced debugging capabilities for Node.js and TypeScript applications. Features 25+ debugging tools including breakpoints, variable inspection, execution control, CPU/memory profiling, hang detection, source map sup

9 lines (8 loc) 214 B
#!/usr/bin/env node /** * CLI entry point for the MCP Debugger Server * * This script provides a command-line interface for starting the MCP debugger server * with various configuration options. */ export {};