@slp-dev1/qwen-dap-mcp

MCPattestiert
v0.18.1io.github.SLP-DEV1UnknownAktualisiert vor 2 TnpmGitHub

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

Läuft in
ClaudeCursorCopilotGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Attestierter Build
Eine verifizierte Herkunfts-Attestation bindet dieses Artefakt an das gelistete Repository. Den Eintrag hat noch niemand beansprucht — das belegt, wo der Code gebaut wurde, nicht, wer dahintersteht.
2GitHub-Sterne
vor 2 TLetzte Aktualisierung
Paket
Autorio.github.SLP-DEV1
LizenzUnknown
Version0.18.1
Quellenpm+mcp-registry
Trust-Status
A
85/100Vertrauenswürdig
Im Forge-Index gelistet+10/10
Identität verifiziert · attestierter Build+20/20
Ed25519-Publish-Signatur+0/5
Wird automatisch ergänzt, wenn der Publisher `forge publish` ausführt
Domain-Verifizierung+0/5
Publisher: hinterlege /.well-known/forge.json auf der Paket-Homepage mit { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
npm-Maintainer-Übereinstimmung+0/5
Publisher: trage den verifizierten GitHub-Login als Maintainer des npm-Pakets ein (npm owner add <login>)
CVE-Scan · sauber+30/30
Statische Analyse · sauber+20/20
Füge das in Claude Code, Cursor oder einen beliebigen KI-Assistenten ein, um alle Lücken zu schließen
StatusIdentität verifiziert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft✓ Sigstore-verifiziert · c373026
Abhängigkeiten✓ 4 aufgelöst · keine verwundbar
Tool-Oberfläche40 Tools · keines privilegiert
Sicherheits-Scan✓ Sauberv0.18.1 · vor 1 TWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert27. Aug. 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

40 Tools · keines privilegiert
Statisch aus dem veröffentlichten Paket extrahiertv0.18.1 · 1d ago

Aus dem Quellcode gelesen, den npm tatsächlich ausliefert, zum Zeitpunkt des Scans. Das Paket wurde nie ausgeführt. Tools, die zur Laufzeit dynamisch registriert werden oder in gebündeltem beziehungsweise minifiziertem Code stecken, können übersehen werden — das hier ist also eine Untergrenze der Tool-Oberfläche, keine vollständige Erhebung.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

debug_diagnose_stopKeine Beschreibung veröffentlicht

Dieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

debug_this_crashKeine Beschreibung veröffentlicht

Dieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.

debug_find_writerKeine Beschreibung veröffentlicht

Dieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.

debug_this_hangKeine Beschreibung veröffentlicht

Dieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

debug_set_breakpointsReplace simple line breakpoints for one source file.

Replace simple line breakpoints for one source file.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

debug_set_function_breakpointsReplace function breakpoints when supported by the active DAP adapter.

Replace function breakpoints when supported by the active DAP adapter.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

debug_threadsList threads in the current debuggee.

List threads in the current debuggee.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

debug_stackRead stack frames for a thread.

Read stack frames for a thread.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

debug_modulesList loaded executable images and libraries.

List loaded executable images and libraries.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

debug_disassembleDisassemble instructions around a DAP memoryReference.

Disassemble instructions around a DAP memoryReference.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

debug_exception_infoRead structured exception information for a stopped thread.

Read structured exception information for a stopped thread.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

36 von 40 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Abhängigkeitsbaum

Was ein Forge-Scan am 2026-09-19 aus den npm-Metadaten aufgelöst hat — beobachtete Auflösung, keine Angabe des Herausgebers.

4 Pakete aufgelöst · 3 direkt · keines mit Sicherheitshinweisen Die Auflösung endet bei Tiefe 4 und 60 Paketen.