vscode-mcp-server

get_extension_port

Retrieve the port number used by the VS Code MCP Extension to enable communication within the specified project folder.

Instructions

Get the port number that the VS Code MCP Extension is running on

Input Schema

NameRequiredDescriptionDefault
targetProjectPathYesPath to the project folder we are working in

Input Schema (JSON Schema)

{ "properties": { "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