๎จ
- Step1: Install the MCP server and dependencies using pip.
๎จ
- Step2: Prepare a JSON configuration file with debugger and source settings.
๎จ
- Step3: Launch the MCP server with the command `python -m dap_mcp --config config.json` or using uv.
๎จ
- Step4: Connect the MCP client to the server for debugging sessions.
๎จ
- Step5: Use MCP tools like set_breakpoint, continue_execution, evaluate, etc., to manage debugging sessions.