Skip to content

Server Client Config Node

AI/GitHub/Copilot/Client

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

copilot_server_client_builderllm
Inputs2
Outputs1
Security exposure6/10
Packagellm

Ratings

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

SecurityAttack surface and exposure impact.
6/10Medium
PrivacyPotential sensitivity of processed data.
5/10Medium
PerformanceRuntime or resource pressure.
8/10High
GovernancePolicy, audit, or compliance impact.
6/10Medium
ReliabilityOperational stability considerations.
7/10High
CostExternal or compute cost impact.
8/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