UNPKG

@hyperdrive-eng/mcp-nodejs-debugger

Version:

An MCP server to debug Node.js at runtime

7 lines (5 loc) 215 B
#!/usr/bin/env node // This file serves as the entry point for the MCP debugger // When installed globally or run with npx, this file will be executed // Import and run the MCP server import './src/mcp-server.js';