mcp-vscode-connector

alfonsogarciacaro/mcp-vscode-connector

3.2

If you are the rightful owner of mcp-vscode-connector and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The MCP Connector is a VSCode extension that functions as a Model Context Protocol server, enabling AI code agents to interact with active debug sessions.

Tools

Functions exposed to the LLM to take actions

list_debug_sessions

List all active debug sessions.

get_active_session_info

Get current session details.

list_breakpoints

Get all breakpoints in workspace.

set_breakpoint

Set breakpoint with optional conditions.

remove_breakpoint

Remove specific breakpoints.

inspect_variables

Get variables in current scope.

step_execution

Step control (over/into/out).

continue_execution

Resume until next breakpoint.

get_call_stack

Get current call stack.

evaluate_expression

Evaluate expressions in debug context.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources