ConnectorConnectResponse

Response payload for a Connector endpoint.

Definition

TypeScript
interface ConnectorConnectResponse {
  authorizationUrl: string;
  mcpServerId: string;
}

Fields

FieldTypeNotes
authorizationUrlstringrequired — OAuth authorization URL the caller should redirect to.
mcpServerIdstringrequired — MCP server record provisioned for this workspace's install.