Open
Description
It'd be great to have support for other JS runtimes during debug like bun
and deno
, rather than just node
. Additionally, it would be even more convenient if debug mode could be triggered via any CLI command, so that e.g. package.json
scripts could be used too.
I can imagine that stepping into the MCP server's code would be very useful during debugging, but as of right now it would require re-configuring my monorepo's setup to support running with node
.