Cmdlet
Invoke-IntelligenceXMcpServerConfigReload
Reloads MCP server configuration in the running app-server.
Examples
Example 1
Invoke-IntelligenceXMcpServerConfigReload
Reload MCP server config after editing config files
Example 2
Invoke-IntelligenceXMcpServerConfigReload; Get-IntelligenceXMcpServerStatus | Select-Object -ExpandProperty Servers | Select-Object Name, AuthStatus
Reload config, then verify with server status
Example 3
$client = Connect-IntelligenceX; Invoke-IntelligenceXMcpServerConfigReload -Client $client
Reload config for an explicit client instance
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Invoke-IntelligenceXMcpServerConfigReload [-Client <IntelligenceXClient>] [<CommonParameters>]#Parameters
- Client IntelligenceXClient
- App-server client instance to use. Defaults to the active client.