MCPcopy
hub / github.com/activepieces/activepieces / ActivepiecesClientInit

Interface ActivepiecesClientInit

packages/ee/embed-sdk/src/index.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 CLIENT_MCP_OAUTH_DENIED = 'CLIENT_MCP_OAUTH_DENIED',
18}
19export interface ActivepiecesClientInit {
20 type: ActivepiecesClientEventName.CLIENT_INIT;
21 data: Record<string, never>;
22}
23export interface ActivepiecesClientAuthenticationSuccess {
24 type: ActivepiecesClientEventName.CLIENT_AUTHENTICATION_SUCCESS;
25 data: Record<string, never>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected