Skip to content

Local Client Config Node

AI/GitHub/Copilot/Client

Local Client Config

Builds a local Copilot client configuration (stdio-based). Requires 'copilot' CLI to be installed and in PATH, or specify the CLI path explicitly.

copilot_local_client_builderllm
Inputs2
Outputs1
Security exposure2/10
Packagellm

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
3/10High
PerformanceRuntime or resource pressure.
1/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

2

Log Level

String
log_level

Client log level

Default error
errorwarninfodebug

CLI Path

String
cli_path

Optional path to Copilot CLI executable. If not set, searches PATH and COPILOT_CLI_PATH env var.

Output Pins

1

Client Config

Struct
client_config

Local client configuration

CopilotLocalClientConfigCopilotLocalClientConfig2 fields
log_levelCopilotLogLevel

Log level (Error, Warn, Info, Debug)

enum "error", "warn", "info", "debug"default "error"
cli_pathstring | null

Optional path to Copilot CLI executable

Schema enforced

Node Info

Internal name
copilot_local_client_builder
Category
AI/GitHub/Copilot/Client