@slp-dev1/qwen-dap-mcp

MCPattesté
v0.18.1io.github.SLP-DEV1UnknownMis à jour il y a 2 jnpmGitHub

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

Fonctionne dans
ClaudeCursorCopilotGemini

Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Build attesté
Une attestation de provenance vérifiée lie cet artefact au dépôt indiqué. Personne n’a encore revendiqué l’annonce — cela prouve où le code a été construit, pas qui le soutient.
2Étoiles GitHub
il y a 2 jDernière mise à jour
Paquet
Auteurio.github.SLP-DEV1
LicenceUnknown
Version0.18.1
Sourcenpm+mcp-registry
Statut de confiance
A
85/100Fiable
Listé dans l’index Forge+10/10
Identité vérifiée · build attesté+20/20
Signature de publication Ed25519+0/5
Incluse automatiquement quand l’éditeur exécute `forge publish`
Vérification de domaine+0/5
Éditeur : hébergez /.well-known/forge.json sur la page d’accueil du paquet avec { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
Correspondance de mainteneur npm+0/5
Éditeur : ajoutez le login GitHub vérifié aux mainteneurs du paquet npm (npm owner add <login>)
Analyse CVE · propre+30/30
Analyse statique · propre+20/20
Collez-le dans Claude Code, Cursor ou tout assistant d’IA pour combler toutes les lacunes
StatutIdentité vérifiée
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance✓ Vérifié par Sigstore · c373026
Dépendances✓ 4 résolues · aucune vulnérable
Surface d’outils40 outils · aucun privilégié
Analyse de sécurité✓ Proprev0.18.1 · il y a 1 jQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé27 août 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

40 outils · aucun privilégié
Extrait statiquement du paquet publiév0.18.1 · 1d ago

Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

debug_diagnose_stopAucune description publiée

Cet outil n’a publié aucune description. Forge n’en invente pas.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

debug_this_crashAucune description publiée

Cet outil n’a publié aucune description. Forge n’en invente pas.

debug_find_writerAucune description publiée

Cet outil n’a publié aucune description. Forge n’en invente pas.

debug_this_hangAucune description publiée

Cet outil n’a publié aucune description. Forge n’en invente pas.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

debug_set_breakpointsReplace simple line breakpoints for one source file.

Replace simple line breakpoints for one source file.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

debug_set_function_breakpointsReplace function breakpoints when supported by the active DAP adapter.

Replace function breakpoints when supported by the active DAP adapter.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

debug_threadsList threads in the current debuggee.

List threads in the current debuggee.

Aucun schéma d’entrée n’a été publié pour cet outil.

debug_stackRead stack frames for a thread.

Read stack frames for a thread.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

debug_modulesList loaded executable images and libraries.

List loaded executable images and libraries.

Aucun schéma d’entrée n’a été publié pour cet outil.

debug_disassembleDisassemble instructions around a DAP memoryReference.

Disassemble instructions around a DAP memoryReference.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

debug_exception_infoRead structured exception information for a stopped thread.

Read structured exception information for a stopped thread.

Aucun schéma d’entrée n’a été publié pour cet outil.

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

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

Aucun schéma d’entrée n’a été publié pour cet outil.

36 outils sur 40 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Arbre de dépendances

Ce qu'une analyse Forge a résolu à partir des métadonnées npm le 2026-09-19 — résolution observée, et non une déclaration de l'éditeur.

4 paquets résolus · 3 directs · aucun porteur d'avis de sécurité La résolution s'arrête à la profondeur 4 et à 60 paquets.