{"slug":"cspatil8/chpatil-vscode-mcp-extension","name":"VSCode MCP Server","description":"A VSCode extension that acts as an MCP server, providing access to diagnostic tools and debug session management.","category":"development","tags":[],"official":false,"stars":0,"transport":"stdio","install":null,"tools":[{"name":"code_checker","description":"Collects diagnostics from VSCode's built-in language services, filtering out files without errors. Returns a formatted JSON object containing diagnostic information only for files with issues."},{"name":"focus_editor","description":"Opens a specific file in the VSCode editor and navigates to a designated line and column. Useful for bringing files into visual focus for the user but does not include file content in the tool call result."},{"name":"search_symbol","description":"Searches for symbols in the workspace, using 'Go to Definition' primarily, with a fallback to text search (similar to Ctrl+Shift+F). Can optionally open the results in the editor using the focus_editor tool."},{"name":"list_debug_sessions","description":"Retrieve all active debug sessions in the workspace."},{"name":"start_debug_session","description":"Start a new debug session with the provided configuration."},{"name":"stop_debug_session","description":"Stop debug sessions matching a specific session name."},{"name":"restart_debug_session","description":"Restart a debug session by stopping it and then starting it with the provided configuration."}],"env_vars":[],"auth_type":"none","github":"https://github.com/cspatil8/chpatil-vscode-mcp-extension","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}