vscode-mcp-server

get_active_tabs

Retrieve details about currently open tabs in VS Code, including file paths and optional content, to enhance AI agent context for specific project paths.

Instructions

Retrieves information about currently open tabs in VS Code to provide context for the AI agent.

Input Schema

NameRequiredDescriptionDefault
includeContentNoWhether to include the file content of each tab (may be large)
targetProjectPathYesPath to the project folder we are working in

Input Schema (JSON Schema)

{ "properties": { "includeContent": { "default": false, "description": "Whether to include the file content of each tab (may be large)", "type": "boolean" }, "targetProjectPath": { "description": "Path to the project folder we are working in", "type": "string" } }, "required": [ "targetProjectPath" ], "type": "object" }

You must be authenticated.

Other Tools from vscode-mcp-server

Related Tools

ID: ohvq7n4onu