Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/mcp / / formatMCPServerName

Function: formatMCPServerName()

ts
function formatMCPServerName(transport): string;

Defined in: packages/mcp/src/helpers/identity.ts:103

Operator-facing single-line label for a MCPTransportConfig. Suitable for trace attributes, audit rows, and CLI output.

Parameters

ParameterType
transportMCPTransportConfig

Returns

string

Stable