Skip to content

Start Server Client Node

AI/GitHub/Copilot/Client

Start Server Client

Starts a server/remote Copilot client using TCP

copilot_server_client_startllmLong running
Inputs2
Outputs4
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.
3/10High
GovernancePolicy, audit, or compliance impact.
4/10Medium
ReliabilityOperational stability considerations.
3/10High
CostExternal or compute cost impact.
3/10High

Input Pins

2

Input

Execution
exec_in

Trigger Pin

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

Output Pins

4

Output

Execution
exec_out

Continues after client starts

Error

Execution
error

Fires if client fails to start

Client

Struct
client

Running client handle

CopilotClientHandleCopilotClientHandle1 fields
cache_keystringrequired

Unique cache key for this client instance

Schema enforced

Error Message

String
error_message

Error message if connection fails

Node Info

Internal name
copilot_server_client_start
Category
AI/GitHub/Copilot/Client