You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.