ConnectorConnectResponse
Response payload for a Connector endpoint.
Definition
TypeScript
interface ConnectorConnectResponse {
authorizationUrl: string;
mcpServerId: string;
}Fields
| Field | Type | Notes |
|---|---|---|
authorizationUrl | string | required — OAuth authorization URL the caller should redirect to. |
mcpServerId | string | required — MCP server record provisioned for this workspace's install. |