File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function Start-GenXdevMCPServer {
9999 }
100100 serverInfo = @ {
101101 name = ' GenXdev-PowerShell-MCP-Server'
102- version = ' 1.246 .2025'
102+ version = ' 1.248 .2025'
103103 }
104104 }
105105 }
@@ -197,7 +197,7 @@ function Start-GenXdevMCPServer {
197197 }
198198 serverInfo = @ {
199199 name = ' GenXdev-PowerShell-MCP-Server'
200- version = ' 1.246 .2025'
200+ version = ' 1.248 .2025'
201201 }
202202 }
203203 }
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ if ($major -ne 10) {
1111}
1212
1313
14+
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ if ($major -ne 10) {
1111}
1212
1313
14+
1415. " $PSScriptRoot \Functions\GenXdev.AI.DeepStack\Compare-ImageFaces.ps1"
1516. " $PSScriptRoot \Functions\GenXdev.AI.DeepStack\EnsureDeepStack.ps1"
1617. " $PSScriptRoot \Functions\GenXdev.AI.DeepStack\Get-ImageDetectedFaces.ps1"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ if ($major -ne 10) {
1111}
1212
1313
14+
1415. " $PSScriptRoot \Functions\GenXdev.AI.LMStudio\Add-GenXdevMCPServerToLMStudio.ps1"
1516. " $PSScriptRoot \Functions\GenXdev.AI.LMStudio\EnsureLMStudio.ps1"
1617. " $PSScriptRoot \Functions\GenXdev.AI.LMStudio\Get-LMStudioLoadedModelList.ps1"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ if ($major -ne 10) {
1111}
1212
1313
14+
1415. " $PSScriptRoot \Functions\GenXdev.AI.Queries\Add-EmoticonsToText.ps1"
1516. " $PSScriptRoot \Functions\GenXdev.AI.Queries\Add-ImageDirectories.ps1"
1617. " $PSScriptRoot \Functions\GenXdev.AI.Queries\ConvertFrom-CorporateSpeak.ps1"
Original file line number Diff line number Diff line change 1212RootModule = ' GenXdev.AI.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.246 .2025'
15+ ModuleVersion = ' 1.248 .2025'
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core'
@@ -51,7 +51,7 @@ ClrVersion = '9.0.0.1'
5151ProcessorArchitecture = ' Amd64'
5252
5353# Modules that must be imported into the global environment prior to importing this module
54- RequiredModules = @ (@ {ModuleName = ' GenXdev.Queries' ; ModuleVersion = ' 1.246 .2025' ; })
54+ RequiredModules = @ (@ {ModuleName = ' GenXdev.Queries' ; ModuleVersion = ' 1.248 .2025' ; })
5555
5656# Assemblies that must be loaded prior to importing this module
5757# RequiredAssemblies = @()
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ if ($major -ne 10) {
1111}
1212
1313
14+
1415. " $PSScriptRoot \Functions\GenXdev.AI\Approve-NewTextFileContent.ps1"
1516. " $PSScriptRoot \Functions\GenXdev.AI\Convert-DotNetTypeToLLMType.ps1"
1617. " $PSScriptRoot \Functions\GenXdev.AI\ConvertTo-LMStudioFunctionDefinition.ps1"
You can’t perform that action at this time.
0 commit comments