@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Function activateSignalResponse

    • Parameters

      • data: {
            deployments: (
                | {
                    type: "platform";
                    platform: string;
                    account?: string;
                    is_live: boolean;
                    activation_key?: | { type: "segment_id"; segment_id: string }
                    | { type: "key_value"; key: string; value: string };
                    estimated_activation_duration_minutes?: number;
                    deployed_at?: string;
                }
                | {
                    type: "agent";
                    agent_url: string;
                    account?: string;
                    is_live: boolean;
                    activation_key?: | { type: "segment_id"; segment_id: string }
                    | { type: "key_value"; key: string; value: string };
                    estimated_activation_duration_minutes?: number;
                    deployed_at?: string;
                }
            )[];
            sandbox?: boolean;
            context?: Omit<Omit<{}, "bank">, "authentication"> & {
                authentication?: unknown;
            };
            ext?: Omit<Omit<{}, "bank">, "authentication"> & {
                authentication?: unknown;
            };
        }
        • deployments: (
              | {
                  type: "platform";
                  platform: string;
                  account?: string;
                  is_live: boolean;
                  activation_key?: | { type: "segment_id"; segment_id: string }
                  | { type: "key_value"; key: string; value: string };
                  estimated_activation_duration_minutes?: number;
                  deployed_at?: string;
              }
              | {
                  type: "agent";
                  agent_url: string;
                  account?: string;
                  is_live: boolean;
                  activation_key?: | { type: "segment_id"; segment_id: string }
                  | { type: "key_value"; key: string; value: string };
                  estimated_activation_duration_minutes?: number;
                  deployed_at?: string;
              }
          )[]

          Array of deployment results for each deployment target

        • Optionalsandbox?: boolean

          When true, this response contains simulated data from sandbox mode.

        • Optionalcontext?: Omit<Omit<{}, "bank">, "authentication"> & { authentication?: unknown }
        • Optionalext?: Omit<Omit<{}, "bank">, "authentication"> & { authentication?: unknown }
      • Optionalsummary: string

      Returns McpToolResponse

      v6: createAdcpServerFromPlatform constructs wire responses from typed platform returns. Direct use is for v5 raw-handler adopters mid-migration only.