McpServerConnection
@forge/monorepo / backend/src / McpServerConnection
Type Alias: McpServerConnection
McpServerConnection =
object
Defined in: backend/src/mcp/index.ts:31
Credentials are referenced, never inlined — credentialRef points at secret storage.
Nothing in this record may reach model context.
Properties
auth
readonlyauth:McpAuth
Defined in: backend/src/mcp/index.ts:38
createdAt
readonlycreatedAt:string
Defined in: backend/src/mcp/index.ts:40
enabled
readonlyenabled:boolean
Defined in: backend/src/mcp/index.ts:39
endpoint
readonlyendpoint:string
Defined in: backend/src/mcp/index.ts:37
URL for HTTP transports, command for stdio. Validated against the egress policy.
id
readonlyid:string
Defined in: backend/src/mcp/index.ts:32
label
readonlylabel:string
Defined in: backend/src/mcp/index.ts:34
lastError?
readonlyoptionallastError?:string
Defined in: backend/src/mcp/index.ts:42
lastHandshakeAt?
readonlyoptionallastHandshakeAt?:string
Defined in: backend/src/mcp/index.ts:41
tenantId
readonlytenantId:TenantId
Defined in: backend/src/mcp/index.ts:33
transport
readonlytransport:McpTransport
Defined in: backend/src/mcp/index.ts:35