vscode-mcp-server

open_project

Opens a specified project folder in VS Code upon starting a new session to set up and establish the active working directory for the AI Agent.

Instructions

Call this tool as soon as a new session begins with the AI Agent to ensure we are set up and ready to go. open_project opens a project folder in VS Code. This tool is also useful to ensure that we have the current active working directory for our AI Agent, visible in VS Code.

Input Schema

NameRequiredDescriptionDefault
newWindowNoWhether to open the project in a new window
projectPathYesPath to the project folder to open in VS Code

Input Schema (JSON Schema)

{ "properties": { "newWindow": { "default": true, "description": "Whether to open the project in a new window", "type": "boolean" }, "projectPath": { "description": "Path to the project folder to open in VS Code", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

You must be authenticated.

Other Tools from vscode-mcp-server

Related Tools

ID: ohvq7n4onu