@slp-dev1/qwen-dap-mcp

MCPattested
v0.18.1io.github.SLP-DEV1UnknownUpdated 2d agonpmGitHub

Native runtime debugging via DAP-to-MCP for crashes, hangs, dumps, symbols, and forensics.

Works in
ClaudeCursorCopilotGemini

Inferred from the transports this listing declares (stdio). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.

Attested build
A verified provenance attestation binds this artifact to the listed repository. Nobody has claimed the listing yet — this proves where the code was built, not who stands behind it.
2GitHub stars
2d agoLast update
Package
Authorio.github.SLP-DEV1
LicenseUnknown
Version0.18.1
Sourcenpm+mcp-registry
Trust Status
A
85/100Trusted
Listed in Forge index+10/10
Identity verified · attested build+20/20
Ed25519 publish signature+0/5
Included automatically when the publisher runs `forge publish`
Domain verification+0/5
Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
npm maintainer match+0/5
Publisher: add the verified GitHub login to the npm package's maintainers (npm owner add <login>)
CVE scan · clean+30/30
Static analysis · clean+20/20
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusIdentity verified
PublisherUnverified
SignatureUnsigned
Domain
Provenance✓ Sigstore-verified · c373026
Dependencies✓ 4 resolved · none vulnerable
Tool surface40 tools · none privileged
Security scan✓ Cleanv0.18.1 · 1d agoHow well does this scan work?
EvalsNone
IndexedAug 27, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

40 tools · none privileged
Statically extracted from the published packagev0.18.1 · 1d ago

Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.

debug_causal_traceBuild a bounded consumer-to-writer evidence chain for one suspicious debugger-visible value. Use it after crash or differential evidence identifies a value whose runtime producers matter. It combines the current stopped snapshot with repeated watchpoint writer tracing. Do not use it for frozen dump…

Build a bounded consumer-to-writer evidence chain for one suspicious debugger-visible value. Use it after crash or differential evidence identifies a value whose runtime producers matter. It combines the current stopped snapshot with repeated watchpoint writer tracing. Do not use it for frozen dump…

No input schema was published for this tool.

debug_progress_probeSample a live target across short resume/pause intervals to distinguish no observed progress, same-frame execution movement, and probable busy loops. Use it when a process appears hung but a single thread snapshot cannot distinguish blocking from spinning. Do not use it when resuming the target is…

Sample a live target across short resume/pause intervals to distinguish no observed progress, same-frame execution movement, and probable busy loops. Use it when a process appears hung but a single thread snapshot cannot distinguish blocking from spinning. Do not use it when resuming the target is…

No input schema was published for this tool.

debug_reverse_executionMove a stopped live target backward using DAP reverseContinue or stepBack when the active adapter advertises reverse-execution support. Use it with record/replay-capable debuggers to inspect state before a failure without waiting for a future writer. Do not use it on ordinary adapters that lack sup…

Move a stopped live target backward using DAP reverseContinue or stepBack when the active adapter advertises reverse-execution support. Use it with record/replay-capable debuggers to inspect state before a failure without waiting for a future writer. Do not use it on ordinary adapters that lack sup…

No input schema was published for this tool.

debug_runtime_reportCreate a shareable structured report from the current stopped target with normalized crash fingerprinting, Symbol Doctor status, sanitizer stderr correlation, poison-pattern memory hazard detection, ABI register-to-argument mapping, and recent debugger output. Use it only for evidence-driven triage…

Create a shareable structured report from the current stopped target with normalized crash fingerprinting, Symbol Doctor status, sanitizer stderr correlation, poison-pattern memory hazard detection, ABI register-to-argument mapping, and recent debugger output. Use it only for evidence-driven triage…

No input schema was published for this tool.

debug_cluster_crashesGroup multiple previously produced qwen-dap-mcp runtime reports by their normalized crash fingerprint. Use it after opening and reporting several dumps or reproductions to identify dominant failure families without comparing unstable raw addresses. This tool only clusters supplied report identities…

Group multiple previously produced qwen-dap-mcp runtime reports by their normalized crash fingerprint. Use it after opening and reporting several dumps or reproductions to identify dominant failure families without comparing unstable raw addresses. This tool only clusters supplied report identities…

No input schema was published for this tool.

debug_child_requestsInspect bounded DAP reverse requests such as startDebugging emitted by an adapter when a child, fork, worker, or subprocess wants a debugger session. Use it to discover child-debug opportunities without silently granting adapter-controlled process execution. This tool is read-only: qwen-dap-mcp con…

Inspect bounded DAP reverse requests such as startDebugging emitted by an adapter when a child, fork, worker, or subprocess wants a debugger session. Use it to discover child-debug opportunities without silently granting adapter-controlled process execution. This tool is read-only: qwen-dap-mcp con…

No input schema was published for this tool.

debug_regression_oracleClassify a completed reproduction against an original crash fingerprint for git-bisect-style workflows. Use it only after debug_runtime_report or crash verification has produced stable fingerprints. It reports original-crash, changed-crash, or inconclusive; it intentionally does not label a changed…

Classify a completed reproduction against an original crash fingerprint for git-bisect-style workflows. Use it only after debug_runtime_report or crash verification has produced stable fingerprints. It reports original-crash, changed-crash, or inconclusive; it intentionally does not label a changed…

No input schema was published for this tool.

debug_diagnose_stopNo description published

This tool published no description. Forge does not invent one.

debug_source_disassemblyCorrelate source locations, disassembly, registers, and pointer-like locals for the raw fault frame and the first likely project-controlled frame. Use this for low-level root-cause evidence when a crash is already stopped and instruction/operand provenance matters; prefer debug_diagnose_stop for a…

Correlate source locations, disassembly, registers, and pointer-like locals for the raw fault frame and the first likely project-controlled frame. Use this for low-level root-cause evidence when a crash is already stopped and instruction/operand provenance matters; prefer debug_diagnose_stop for a…

No input schema was published for this tool.

debug_this_crashNo description published

This tool published no description. Forge does not invent one.

debug_find_writerNo description published

This tool published no description. Forge does not invent one.

debug_this_hangNo description published

This tool published no description. Forge does not invent one.

debug_codelldb_infoLocate a CodeLLDB >= 1.11.0 adapter from an explicit path, CODELLDB_PATH, common VS Code-compatible extension directories, or PATH.

Locate a CodeLLDB >= 1.11.0 adapter from an explicit path, CODELLDB_PATH, common VS Code-compatible extension directories, or PATH.

No input schema was published for this tool.

debug_start_codelldbAuto-discover and initialize CodeLLDB using DAP over stdio. CodeLLDB 1.11.0 or newer is required.

Auto-discover and initialize CodeLLDB using DAP over stdio. CodeLLDB 1.11.0 or newer is required.

No input schema was published for this tool.

debug_launch_codelldbLaunch a native program through an initialized CodeLLDB session. Uses terminal=console so no runInTerminal reverse request is required.

Launch a native program through an initialized CodeLLDB session. Uses terminal=console so no runInTerminal reverse request is required.

No input schema was published for this tool.

debug_attach_codelldbAttach an initialized CodeLLDB session to an authorized local native process by PID.

Attach an initialized CodeLLDB session to an authorized local native process by PID.

No input schema was published for this tool.

debug_startStart a local Debug Adapter Protocol process and initialize a debug session. The adapter is spawned directly without a shell.

Start a local Debug Adapter Protocol process and initialize a debug session. The adapter is spawned directly without a shell.

No input schema was published for this tool.

debug_launchSend a DAP launch request, wait for initialization, configure optional source breakpoints, and complete DAP configuration.

Send a DAP launch request, wait for initialization, configure optional source breakpoints, and complete DAP configuration.

No input schema was published for this tool.

debug_attachSend a DAP attach request to an authorized local target and complete DAP configuration.

Send a DAP attach request to an authorized local target and complete DAP configuration.

No input schema was published for this tool.

debug_set_breakpointsReplace simple line breakpoints for one source file.

Replace simple line breakpoints for one source file.

No input schema was published for this tool.

debug_set_source_breakpointsReplace source breakpoints for one file, including optional condition, hit condition, column and log message.

Replace source breakpoints for one file, including optional condition, hit condition, column and log message.

No input schema was published for this tool.

debug_set_function_breakpointsReplace function breakpoints when supported by the active DAP adapter.

Replace function breakpoints when supported by the active DAP adapter.

No input schema was published for this tool.

debug_set_instruction_breakpointsReplace instruction breakpoints at DAP instruction references when supported by the adapter.

Replace instruction breakpoints at DAP instruction references when supported by the adapter.

No input schema was published for this tool.

debug_data_breakpoint_infoAsk the debugger for a stable dataId and supported access modes for a variable/property before creating a watchpoint.

Ask the debugger for a stable dataId and supported access modes for a variable/property before creating a watchpoint.

No input schema was published for this tool.

debug_set_data_breakpointsReplace data breakpoints/watchpoints using dataIds returned by debug_data_breakpoint_info.

Replace data breakpoints/watchpoints using dataIds returned by debug_data_breakpoint_info.

No input schema was published for this tool.

debug_set_exception_breakpointsConfigure adapter-defined exception filters, optionally with filter conditions.

Configure adapter-defined exception filters, optionally with filter conditions.

No input schema was published for this tool.

debug_pausePause a running thread and optionally wait for the resulting stopped event.

Pause a running thread and optionally wait for the resulting stopped event.

No input schema was published for this tool.

debug_continueResume one paused thread in a live debug session. Use this after inspecting a stopped state when execution should proceed to the next stop or termination; do not use it for crash dumps because postmortem targets cannot resume. This changes debuggee execution state and may allow the target to perfor…

Resume one paused thread in a live debug session. Use this after inspecting a stopped state when execution should proceed to the next stop or termination; do not use it for crash dumps because postmortem targets cannot resume. This changes debuggee execution state and may allow the target to perfor…

No input schema was published for this tool.

debug_stepStep over, into, or out of the current frame and optionally wait for the next stopped event.

Step over, into, or out of the current frame and optionally wait for the next stopped event.

No input schema was published for this tool.

debug_threadsList threads in the current debuggee.

List threads in the current debuggee.

No input schema was published for this tool.

debug_stackRead stack frames for a thread.

Read stack frames for a thread.

No input schema was published for this tool.

debug_scopesRead scopes such as Locals, Arguments, or Registers for a stack frame.

Read scopes such as Locals, Arguments, or Registers for a stack frame.

No input schema was published for this tool.

debug_variablesExpand a positive DAP variablesReference returned by a scope, variable, or evaluation result.

Expand a positive DAP variablesReference returned by a scope, variable, or evaluation result.

No input schema was published for this tool.

debug_evaluateEvaluate an expression in the debugger. Expressions may have side effects depending on debugger/language.

Evaluate an expression in the debugger. Expressions may have side effects depending on debugger/language.

No input schema was published for this tool.

debug_modulesList loaded executable images and libraries.

List loaded executable images and libraries.

No input schema was published for this tool.

debug_disassembleDisassemble instructions around a DAP memoryReference.

Disassemble instructions around a DAP memoryReference.

No input schema was published for this tool.

debug_read_memoryRead a bounded memory range through DAP. Returns base64 plus a hexadecimal rendering and rejects adapter responses larger than the requested bound.

Read a bounded memory range through DAP. Returns base64 plus a hexadecimal rendering and rejects adapter responses larger than the requested bound.

No input schema was published for this tool.

debug_exception_infoRead structured exception information for a stopped thread.

Read structured exception information for a stopped thread.

No input schema was published for this tool.

debug_snapshotCapture bounded evidence from the current stopped debug state without resuming execution. Use this when an agent needs raw stack, locals, registers, exception details, modules, or nearby instructions; prefer debug_diagnose_stop when you also want ranked crash hypotheses and project-frame selection.…

Capture bounded evidence from the current stopped debug state without resuming execution. Use this when an agent needs raw stack, locals, registers, exception details, modules, or nearby instructions; prefer debug_diagnose_stop when you also want ranked crash hypotheses and project-frame selection.…

No input schema was published for this tool.

debug_statusInspect debugger lifecycle state, the selected stop, recent DAP events, and bounded adapter stderr without changing target execution. Use this to determine whether a session is initialized, running, stopped, postmortem, exited, or failed before choosing another debug tool; it is diagnostic only and…

Inspect debugger lifecycle state, the selected stop, recent DAP events, and bounded adapter stderr without changing target execution. Use this to determine whether a session is initialized, running, stopped, postmortem, exited, or failed before choosing another debug tool; it is diagnostic only and…

No input schema was published for this tool.

36 of 40 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

Native runtime debugging via DAP-to-MCP for crashes, hangs, dumps, symbols, and forensics.

Keywords
mcp
Alternatives
Comparing tool surfaces…

Dependency tree

What one Forge scan resolved from npm metadata on 2026-09-19 — observed resolution, not a publisher declaration.

4 packages resolved · 3 direct · none carrying advisories Resolution stops at depth 4 and 60 packages.