You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Description("Retrieves the current location and all available drives (providers) from the PowerShell session. Returns current_location and other_drive_locations array. Call this when you need to understand the current PowerShell context, as users may change location during the session. When executing multiple invoke_expression commands in succession, calling once at the beginning is sufficient.")]
187
194
publicstaticasyncTask<string>GetCurrentLocation(
@@ -304,7 +311,7 @@ public static async Task<string> InvokeExpression(
busyResponse.AppendLine($"Started new console PID#{newPid} with PowerShell.MCP module imported. Pipeline NOT executed - verify location and re-execute.");
403
414
busyResponse.AppendLine();
@@ -411,11 +422,6 @@ public static async Task<string> InvokeExpression(
0 commit comments