Skip to content

Server Client Config Node

AI/GitHub/Copilot/Client

Server Client Config

Builds a server/remote Copilot client configuration (TCP-based)

copilot_server_client_builderllm
Inputs2
Outputs1
Security exposure4/10
Packagellm

Ratings

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

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

Input Pins

2

URL

String
url

TCP endpoint URL (e.g., tcp://localhost:3000)

Log Level

String
log_level

Client log level

Default error
errorwarninfodebug

Output Pins

1

Client Config

Struct
client_config

Server client configuration

CopilotServerClientConfigCopilotServerClientConfig2 fields
urlstringrequired

TCP endpoint URL (e.g., "tcp://localhost:3000")

log_levelCopilotLogLevel

Log level (Error, Warn, Info, Debug)

enum "error", "warn", "info", "debug"default "error"
Schema enforced

Node Info

Internal name
copilot_server_client_builder
Category
AI/GitHub/Copilot/Client