harness-mcp-v2 3.2.3 → 3.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +62 -3
- package/build/config.d.ts +22 -3
- package/build/config.d.ts.map +1 -1
- package/build/config.js +10 -0
- package/build/config.js.map +1 -1
- package/build/data/examples/index.d.ts +2 -0
- package/build/data/examples/index.d.ts.map +1 -1
- package/build/data/examples/index.js +4 -0
- package/build/data/examples/index.js.map +1 -1
- package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v0/pipeline.js +31 -10
- package/build/data/schemas/v0/pipeline.js.map +1 -1
- package/build/data/schemas/v0/template.d.ts.map +1 -1
- package/build/data/schemas/v0/template.js +28 -10
- package/build/data/schemas/v0/template.js.map +1 -1
- package/build/index.js +67 -11
- package/build/index.js.map +1 -1
- package/build/prompts/build-deploy-app.d.ts.map +1 -1
- package/build/prompts/build-deploy-app.js +4 -3
- package/build/prompts/build-deploy-app.js.map +1 -1
- package/build/prompts/create-agent.d.ts.map +1 -1
- package/build/prompts/create-agent.js +21 -1
- package/build/prompts/create-agent.js.map +1 -1
- package/build/prompts/create-pipeline.d.ts.map +1 -1
- package/build/prompts/create-pipeline.js +1 -0
- package/build/prompts/create-pipeline.js.map +1 -1
- package/build/registry/extractors.d.ts +10 -3
- package/build/registry/extractors.d.ts.map +1 -1
- package/build/registry/extractors.js +27 -9
- package/build/registry/extractors.js.map +1 -1
- package/build/registry/toolsets/chaos-descriptions.d.ts +23 -19
- package/build/registry/toolsets/chaos-descriptions.d.ts.map +1 -1
- package/build/registry/toolsets/chaos-descriptions.js +134 -48
- package/build/registry/toolsets/chaos-descriptions.js.map +1 -1
- package/build/registry/toolsets/chaos.d.ts.map +1 -1
- package/build/registry/toolsets/chaos.js +323 -56
- package/build/registry/toolsets/chaos.js.map +1 -1
- package/build/registry/toolsets/dbops.js +2 -2
- package/build/registry/toolsets/dbops.js.map +1 -1
- package/build/registry/toolsets/idp.d.ts.map +1 -1
- package/build/registry/toolsets/idp.js +0 -6
- package/build/registry/toolsets/idp.js.map +1 -1
- package/build/registry/toolsets/pipelines.d.ts.map +1 -1
- package/build/registry/toolsets/pipelines.js +7 -5
- package/build/registry/toolsets/pipelines.js.map +1 -1
- package/build/registry/toolsets/pull-requests.d.ts.map +1 -1
- package/build/registry/toolsets/pull-requests.js +47 -2
- package/build/registry/toolsets/pull-requests.js.map +1 -1
- package/build/registry/toolsets/templates.d.ts.map +1 -1
- package/build/registry/toolsets/templates.js +28 -4
- package/build/registry/toolsets/templates.js.map +1 -1
- package/build/search/embedding-content.d.ts +5 -0
- package/build/search/embedding-content.d.ts.map +1 -0
- package/build/search/embedding-content.js +31 -0
- package/build/search/embedding-content.js.map +1 -0
- package/build/search/index.d.ts +8 -0
- package/build/search/index.d.ts.map +1 -0
- package/build/search/index.js +6 -0
- package/build/search/index.js.map +1 -0
- package/build/search/local-provider.d.ts +37 -0
- package/build/search/local-provider.d.ts.map +1 -0
- package/build/search/local-provider.js +269 -0
- package/build/search/local-provider.js.map +1 -0
- package/build/search/manager.d.ts +39 -0
- package/build/search/manager.d.ts.map +1 -0
- package/build/search/manager.js +283 -0
- package/build/search/manager.js.map +1 -0
- package/build/search/null-provider.d.ts +9 -0
- package/build/search/null-provider.d.ts.map +1 -0
- package/build/search/null-provider.js +8 -0
- package/build/search/null-provider.js.map +1 -0
- package/build/search/remote-provider.d.ts +28 -0
- package/build/search/remote-provider.d.ts.map +1 -0
- package/build/search/remote-provider.js +139 -0
- package/build/search/remote-provider.js.map +1 -0
- package/build/search/routing-eval.d.ts +49 -0
- package/build/search/routing-eval.d.ts.map +1 -0
- package/build/search/routing-eval.js +80 -0
- package/build/search/routing-eval.js.map +1 -0
- package/build/search/types.d.ts +58 -0
- package/build/search/types.d.ts.map +1 -0
- package/build/search/types.js +7 -0
- package/build/search/types.js.map +1 -0
- package/build/tools/harness-execute.d.ts.map +1 -1
- package/build/tools/harness-execute.js +19 -7
- package/build/tools/harness-execute.js.map +1 -1
- package/build/tools/harness-get.d.ts +2 -1
- package/build/tools/harness-get.d.ts.map +1 -1
- package/build/tools/harness-get.js +21 -1
- package/build/tools/harness-get.js.map +1 -1
- package/build/tools/harness-list.d.ts +2 -1
- package/build/tools/harness-list.d.ts.map +1 -1
- package/build/tools/harness-list.js +22 -1
- package/build/tools/harness-list.js.map +1 -1
- package/build/tools/harness-search.d.ts +20 -1
- package/build/tools/harness-search.d.ts.map +1 -1
- package/build/tools/harness-search.js +124 -14
- package/build/tools/harness-search.js.map +1 -1
- package/build/tools/index.d.ts +2 -1
- package/build/tools/index.d.ts.map +1 -1
- package/build/tools/index.js +4 -4
- package/build/tools/index.js.map +1 -1
- package/build/utils/http-health.d.ts +11 -0
- package/build/utils/http-health.d.ts.map +1 -0
- package/build/utils/http-health.js +11 -0
- package/build/utils/http-health.js.map +1 -0
- package/build/utils/http-sessions.d.ts +8 -0
- package/build/utils/http-sessions.d.ts.map +1 -0
- package/build/utils/http-sessions.js +12 -0
- package/build/utils/http-sessions.js.map +1 -0
- package/package.json +5 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractors.js","sourceRoot":"","sources":["../../src/registry/extractors.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"extractors.js","sourceRoot":"","sources":["../../src/registry/extractors.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@ export declare const descChaosProbe = "Chaos resilience probe \u2014 declarative
|
|
|
5
5
|
export declare const descChaosExperimentTemplate = "Reusable, versioned chaos experiment template stored in a ChaosHub (Git-backed repository).\nTemplates are pre-configured experiment blueprints that standardize chaos practices across teams \u2014 they support version control, revision history, typed input variables, and rendered YAML.\nScopes: templates can be account-level (shared across all orgs/projects), org-level, or project-level.\nUse harness_list with resource_type=chaos_hub to discover available hubs and their identities before filtering templates by hub_identity.\nWorkflow: list templates \u2192 get_variables to discover required inputs \u2192 create_from_template to launch an experiment.\nSupports list, get, delete, plus execute actions: list_revisions, get_variables, get_yaml, compare_revisions, and create_from_template.";
|
|
6
6
|
export declare const descChaosExperimentVariable = "Variables for a chaos experiment. List variables to discover required runtime inputs before running an experiment.";
|
|
7
7
|
export declare const descChaosInfrastructure = "Linux/machine infrastructure registered for chaos experiments and load testing. For Kubernetes infrastructure, use chaos_k8s_infrastructure. Supports list.";
|
|
8
|
-
export declare const descChaosLoadtest = "Load test (Resilience Testing) instance. Supports list, get, create, delete; run/stop via execute actions.\
|
|
8
|
+
export declare const descChaosLoadtest = "Load test (Resilience Testing) instance. Supports list, get, create, delete; run/stop via execute actions.\nLocust is supported on Linux VM and Kubernetes (script + image modes). K6 is supported on Kubernetes only (script + image modes; UI mode deferred) \u2014 LinuxVM K6 is not supported. JMeter is coming soon.\nTo create one, first pick a load-runner infrastructure: for Linux VM use chaos_infrastructure (loadEnabled infras), for Kubernetes use chaos_enabled_infrastructure. Then pass its environment_id + infra_id with target_url and the Python (locust) script.\n\nResponse / read schema (what list/get returns \u2014 agents NEVER need to construct these on create; MCP builds them automatically):\n- inputs: array of {name, value, type (\"Integer\" | \"String\"), required?: true}. Well-known names the backend recognises:\n targetUsers (Integer, required), durationSeconds (Integer), rampUpTimeSec (Integer),\n workerCount (Integer; Kubernetes only), targetUrl (String),\n scriptImage (String, required in image mode), scriptEntrypoint (String, required in image mode),\n loadArgs (String; image mode only).\n- variables: array of {name, value, type (\"String\" | \"Number\")} \u2014 user-defined non-secret env vars (currently always empty; custom variables are a deferred feature).\n- yaml: base64-encoded LoadTest manifest. Decoded shape:\n kind: LoadTest\n apiVersion: v1alpha1\n name: <name>\n description: <optional>\n tags: [<optional>]\n spec:\n identity: <slug>\n toolType: Locust\n infraType: kubernetes | linux # derived from targetType\n targetType: kubernetes | machine-chaos-linux | linux-chaos\n scriptSource: inline | image\n scriptContent: <PLAIN TEXT inside YAML; inline mode only>\n infraId: <id>\n envId: <id>\n inputs: [<same shape as response.inputs>]\n- scriptContent: base64-encoded Python script (inline mode). Large \u2014 dropped from list responses.\n- Derived convenience scalars (read-side projection of inputs[] by MCP, matching the create-side scalars):\n target_url, users, duration_sec, ramp_up_sec, worker_count, script_image, script_entrypoint, load_args.";
|
|
9
9
|
export declare const descChaosK8sInfrastructure = "Kubernetes chaos infrastructure available for running experiments.\nUse chaos_environment list first to get an environmentId, then pass it here to filter infrastructures for that environment.\nReturns infrastructure details including identity, infraID, name, environmentID, status, infraType, infraScope, and isChaosEnabled.\nThe infraID is used as the infra_ref parameter in create_from_template.\nIMPORTANT: Only infrastructures with status=ACTIVE AND isChaosEnabled=true can be used to create chaos experiments. Always check both fields before selecting an infrastructure.\nSupports filtering by status (ACTIVE, INACTIVE, PENDING), search, and optional inclusion of legacy V1 infrastructures.\nTo list ONLY infrastructures that are ready to run experiments (chaos-enabled AND ACTIVE) with correct totals/pagination, use chaos_enabled_infrastructure instead.";
|
|
10
10
|
export declare const descChaosHub = "ChaosHub \u2014 a Git-backed repository that provides version-controlled chaos fault, experiment, probe, and action templates.\nEvery project includes a default Enterprise ChaosHub with pre-built templates; custom hubs can be created to bring in organization-specific chaos artifacts.\nSupports list, get, create, update, and delete.\nReturns hub details including repository URL, branch, connector configuration, template counts, sync status, and metadata.\nTemplates stored in a hub are accessible via four resource types \u2014 filter any of them by hub_identity (the identity field from this hub) to scope results to a specific hub:\n- chaos_experiment_template: reusable, versioned experiment blueprints\n- chaos_fault_template: versioned fault definitions (e.g. pod-delete, network-loss, CPU stress)\n- chaos_probe_template: reusable resilience probe configurations (HTTP, CMD, Prometheus, K8s, SLO, etc.)\n- chaos_action_template: reusable workflow action steps (delay, customScript, container)\nTypical workflow: harness_list resource_type=chaos_hub \u2192 pick a hub \u2192 harness_list resource_type=<template_type> with hub_identity to browse its templates.";
|
|
11
11
|
export declare const descChaosFault = "Chaos fault definition (e.g. pod-delete, network-loss, CPU stress). Supports list, get, delete, plus get_variables, get_yaml, and list_experiment_runs execute actions.";
|
|
@@ -40,7 +40,7 @@ export declare const descListExperimentVariables = "List variables for a chaos e
|
|
|
40
40
|
export declare const descListLinuxInfra = "List chaos Linux infrastructures (load runners)";
|
|
41
41
|
export declare const descListLoadtests = "List load test instances";
|
|
42
42
|
export declare const descGetLoadtest = "Get load test instance details";
|
|
43
|
-
export declare const descCreateLoadtest = "Creates a Locust load test (Resilience Testing) on a Linux VM or Kubernetes load-runner infrastructure.\n\nIMPORTANT: You MUST NOT auto-select, assume, or pre-fill any value on behalf of the user.\nAt every step below, present the options / ask for the value and wait for explicit user confirmation before proceeding.\nDo NOT assume org/project/infrastructure/script/URL based on previous activity \u2014 the user may choose differently each time.\nOnly the Locust tool type is supported today (JMeter and K6 are coming soon) \u2014 do not offer or assume the others.\n\nRequired workflow \u2014 follow in order, pausing for user input after each step:\n\nStep 1 \u2014 Select the execution environment target type:\n Ask whether the load test runs on \"Linux VM\" (target_type=machine-chaos-linux) or \"Kubernetes\" (target_type=kubernetes). Wait for the user to choose.\n\nStep 2 \u2014 Select a load-runner infrastructure:\n Linux VM: call harness_list resource_type=chaos_infrastructure, show the list, wait for the user to pick one. Only infras with loadEnabled=true and status ACTIVE can run load tests.\n Kubernetes: call harness_list resource_type=chaos_enabled_infrastructure, show the list, wait for the user to pick one (results are always ACTIVE and chaos-enabled).\n From the chosen row take environmentID -> environment_id and infraID -> infra_id. Do NOT choose an infrastructure yourself.\n\nStep 3 \u2014 Collect the target (host) URL:\n Ask for the base URL of the application under test (e.g. https://www.google.com) -> target_url. Do NOT assume it.\n\nStep 4 \u2014 Choose how to define the test (Test Configuration):\n Linux VM supports the inline Python script only. Kubernetes supports two modes \u2014 ask which:\n (a) Upload Python script (script_source=inline): ask the user to paste the raw Python locust script (their locustfile.py contents). Pass it verbatim in 'script' \u2014 base64-encoded into scriptContent automatically. Do NOT generate, modify, or assume a script.\n (b) Custom Image (script_source=image, Kubernetes only): ask for the container image -> script_image (e.g. my-registry/my-load-test:latest); optionally an entrypoint -> script_entrypoint (e.g. locustfile.py); and optional arguments -> load_args (key=value pairs, comma-separated per key, separated by ';', e.g. \"tags=smoke,fast;headless=true\").\n\nStep 5 \u2014 Collect the load configuration:\n Ask for Number of Users (users), Test Duration in seconds (duration_sec), and Ramp Up Duration in seconds (ramp_up_sec).\n Defaults only if the user explicitly accepts them: users=100, duration_sec=600, ramp_up_sec=120.\n Kubernetes only: optionally ask for worker_count (distributed worker pods; 0 = standalone, default 0).\n\nStep 6 \u2014 Collect name and optional metadata:\n Ask for a name. identity is auto-derived from name (alphanumeric) unless the user provides one. description and tags are optional \u2014 ask, but do not require them.\n\nOnly after the user confirms all of the above should you call harness_create resource_type=chaos_loadtest.\n\nINPUT FIELDS:\n name (string, required): Display name for the load test.\n environment_id (string, required): environmentID of the chosen infrastructure (Step 2).\n infra_id (string, required): infraID of the chosen infrastructure (Step 2).\n target_url (string, required): Base URL of the application under test (Step 3).\n script (string): Inline Python locust script; base64-encoded automatically into scriptContent. Required when script_source=inline.\n script_source (string): \"inline\" (default) or \"image\" (Kubernetes). Inferred as \"image\" when script_image is set.\n script_image (string): Custom Image mode \u2014 prebuilt container image. Required when script_source=image.\n script_entrypoint (string): Custom Image mode \u2014 entrypoint file inside the image (optional).\n load_args (string): Custom Image mode \u2014 container args as \"k=v,v2;k2=v\" pairs (optional).\n target_type (string): machine-chaos-linux (Linux VM, default) or kubernetes.\n tool_type (string): Only \"Locust\" is supported. Default: Locust.\n users (number): Number of simulated users. Default 100.\n duration_sec (number): Total test duration in seconds. Default 600.\n ramp_up_sec (number): Ramp-up duration in seconds. Default 120.\n worker_count (number): Kubernetes only \u2014 distributed worker pods (0 = standalone, default 0), sent as variables.workerCount.\n identity (string): Stable identifier; auto-derived from name when omitted.\n description (string): Optional description.\n tags (string[]): Optional tags.\n\nReturns the created load test (identity, name, environment/infra, targetType, targetUrl, toolType, load config) plus an openInHarness deep link.";
|
|
43
|
+
export declare const descCreateLoadtest = "Creates a Locust load test (Resilience Testing) on a Linux VM or Kubernetes load-runner infrastructure.\n\nIMPORTANT: You MUST NOT auto-select, assume, or pre-fill any value on behalf of the user.\nAt every step below, present the options / ask for the value and wait for explicit user confirmation before proceeding.\nDo NOT assume org/project/infrastructure/script/URL based on previous activity \u2014 the user may choose differently each time.\nLocust (Python) and K6 (JavaScript) are supported. JMeter is coming soon. K6 requires Kubernetes (LinuxVM K6 is not supported). For K6, \"Upload K6 script\" and \"Custom Image\" modes are supported via MCP; \"Define test via UI\" is deferred.\n\nRequired workflow \u2014 follow in order, pausing for user input after each step:\n\nStep 1 \u2014 Select the execution environment target type:\n Ask whether the load test runs on \"Linux VM\" (target_type=machine-chaos-linux) or \"Kubernetes\" (target_type=kubernetes). Wait for the user to choose.\n\nStep 1b \u2014 Select the tool type:\n Linux VM only supports Locust. Kubernetes supports Locust or K6 \u2014 ask which. Pass tool_type='Locust' (default) or 'K6'.\n K6 is JavaScript; Locust is Python. K6 currently supports script-mode only (Custom Image and UI are deferred).\n\nStep 2 \u2014 Select a load-runner infrastructure:\n Linux VM: call harness_list resource_type=chaos_infrastructure, show the list, wait for the user to pick one. Only infras with loadEnabled=true and status ACTIVE can run load tests.\n Kubernetes: call harness_list resource_type=chaos_enabled_infrastructure, show the list, wait for the user to pick one (results are always ACTIVE and chaos-enabled).\n From the chosen row take environmentID -> environment_id and infraID -> infra_id. Do NOT choose an infrastructure yourself.\n\nStep 3 \u2014 Collect the target (host) URL:\n Ask for the base URL of the application under test (e.g. https://www.google.com) -> target_url. Do NOT assume it.\n\nStep 4 \u2014 Test configuration (branch on tool_type from Step 1b):\n Locust (Linux VM or Kubernetes):\n (a) Upload Python script (script_source=inline): ask for the raw Python locust script -> script (verbatim; do NOT generate or pre-encode). MCP base64-encodes it into top-level scriptContent.\n (b) Custom Image (script_source=image, Kubernetes only): ask for script_image (+ optional script_entrypoint, load_args).\n K6 (Kubernetes only):\n (a) Upload K6 script (script_source=inline): ask the user to paste the raw K6 JavaScript source. Pass it verbatim in 'script'. MANDATORY rule: the script MUST contain 'export default function ...'. If it does not, REJECT before calling MCP \u2014 MCP will throw and no load test will be created. MCP base64-encodes the script into toolConfig.scriptContent; do NOT pre-encode.\n (b) Custom Image (script_source=image): ask for the container image -> script_image (e.g. my-registry/my-load-test:latest); optionally an entrypoint inside the image -> script_entrypoint (e.g. /script.js); optional container args -> load_args. MCP routes script_image and script_entrypoint into BOTH toolConfig.customImage (image, entrypoint) AND inputs[] (scriptImage required:true, scriptEntrypoint required:true); load_args rides ONLY in inputs[name=loadArgs]. No script is needed.\n (c) Define test via UI: NOT YET SUPPORTED via MCP. Inform the user it is deferred and stop.\n Optional K6-only knobs to ask the user about (skip if user says no):\n - host_url: origin of the target system (protocol+host, no path). Defaults to the origin of target_url.\n - rps_limit: requests-per-second cap (toolConfig.options.rpsLimit). Optional.\n - iterations: total iteration cap (toolConfig.iterations). Optional.\n - env_vars: see Step 4c.\n\nStep 4c \u2014 Optional K6 environment variables (env_vars):\n The env_vars param is a structured array. Each entry sets EITHER a literal value OR a secret reference:\n - Literal: {key: \"FOO\", value: \"bar\"}\n - Secret reference: {key: \"TOKEN\", secret_id: \"<harness-secret-identifier>\", secret_scope: \"account\"|\"org\"|\"project\"}\n To discover available secrets, call harness_list resource_type=secret type=SecretText. Each list item has\n a nested secret.{identifier, orgIdentifier?, projectIdentifier?}. Derive secret_scope from the response:\n - no orgIdentifier AND no projectIdentifier \u2192 secret_scope: \"account\"\n - orgIdentifier only \u2192 secret_scope: \"org\"\n - both orgIdentifier AND projectIdentifier \u2192 secret_scope: \"project\"\n MCP builds the wire string 'secrets.getValue(\"<prefix><id>\")' (account.<id> / org.<id> / <id>) and sets\n secret: true automatically \u2014 do NOT construct the secrets.getValue(...) string yourself.\n Disallowed keys (reserved, case-insensitive): RUN_ID, LOAD_TEST_ID, TARGET_USERS, SPAWN_RATE,\n SCRIPT_CONTENT_BASE64, TARGET_URL, ACCOUNT_ID, ORG_ID, PROJECT_ID, ENV_ID, DURATION_SECONDS,\n CONTROL_PLANE_URL, CONTROL_PLANE_TOKEN, HARNESS_CUSTOM_VAR_NAMES, METRICS_PUSH_INTERVAL, INFRA_ID,\n ACCESS_KEY, TENANT_ID, PYTHONPATH, PATH, HOME, USER, SHELL, LANG, TERM, HOSTNAME, PWD,\n LD_LIBRARY_PATH, LD_PRELOAD, TMPDIR, TMP, TEMP.\n Key pattern: /^[A-Za-z_][A-Za-z0-9_]*$/.\n\nStep 5 \u2014 Load configuration:\n Ask users, duration_sec, ramp_up_sec (defaults 100 / 600 / 120 only if user accepts).\n K8s: also ask worker_count \u2014 do NOT skip (default 0). VM: skip worker_count.\n\nStep 6 \u2014 Collect name and optional metadata:\n Ask for a name (any non-empty string). identity is auto-derived from name by stripping non-alphanumerics unless the user provides one (must be letters/numbers/underscores). description and tags are optional \u2014 ask, but do not require them.\n\nOnly after the user confirms all of the above should you call harness_create resource_type=chaos_loadtest.\n\nHOW THE BODY IS BUILT (you do NOT construct any of this \u2014 MCP handles it):\n- Your scalars (users / duration_sec / ramp_up_sec / worker_count / target_url / script_image / script_entrypoint / load_args)\n are translated into a canonical inputs[] array with backend-wire names\n (targetUsers / durationSeconds / rampUpTimeSec / workerCount / targetUrl / scriptImage / scriptEntrypoint / loadArgs).\n- Inline mode (Locust): your raw 'script' is base64-encoded into top-level scriptContent.\n- Image mode (Locust): scriptContent is omitted; script_image / script_entrypoint / load_args ride in inputs[].\n- K6 script mode: top-level scriptContent is OMITTED. The base64 script lives in toolConfig.scriptContent only.\n toolConfig also carries hostUrl, optional options.rpsLimit, optional iterations, and optional envVars.\n- env_vars (K6): structured only. {key, value} for literals; {key, secret_id, secret_scope?} for secrets \u2014\n MCP builds the wire 'secrets.getValue(\"<prefix><id>\")' string and sets secret: true automatically.\n- A canonical LoadTest YAML manifest is synthesized and base64-encoded into the 'yaml' request field.\n- description defaults to \"\", tags defaults to []. tool_type is fixed to \"Locust\" server-side (K6/JMeter coming).\n\nINPUT FIELDS:\n name (string, required): Display name for the load test. Any non-empty string (e.g. \"My Load Test\", \"locust-1\").\n environment_id (string, required): environmentID of the chosen infrastructure (Step 2).\n infra_id (string, required): infraID of the chosen infrastructure (Step 2).\n target_url (string, required): Base URL of the application under test (Step 3). Goes into inputs[name=targetUrl].\n script (string): Raw Python locust script. VM always requires this; K8s when inline. MCP base64-encodes it into the top-level scriptContent field \u2014 do NOT pre-encode.\n script_source (string): \"inline\" (default) or \"image\". \"image\" is K8s-only; VM is always \"inline\". Inferred as \"image\" when script_image is set.\n script_image (string): K8s + image mode only \u2014 prebuilt container image. Required when script_source=image. Goes into inputs[name=scriptImage, required:true].\n script_entrypoint (string): Custom Image mode \u2014 entrypoint file inside the image. Goes into inputs[name=scriptEntrypoint, required:true] when provided.\n load_args (string): Custom Image mode \u2014 container args as \"k=v,v2;k2=v\" pairs. Goes into inputs[name=loadArgs] when provided.\n target_type (string): machine-chaos-linux (Linux VM, default), linux-chaos, or kubernetes.\n users (number, default 100): Number of simulated users. Goes into inputs[name=targetUsers, required:true].\n duration_sec (number, default 600): Total test duration in seconds. Goes into inputs[name=durationSeconds].\n ramp_up_sec (number, default 120): Ramp-up duration in seconds. Goes into inputs[name=rampUpTimeSec].\n worker_count (number, default 0): K8s \u2014 agent must ask; default 0. VM: N/A. Goes into inputs[name=workerCount].\n tool_type (string, default \"Locust\"): \"Locust\" or \"K6\". K6 requires target_type=kubernetes.\n host_url (string, K6 only): K6 host origin (protocol://host, no path). Defaults to origin of target_url. Goes into toolConfig.hostUrl.\n rps_limit (number, K6 only): requests-per-second cap. Goes into toolConfig.options.rpsLimit when > 0.\n iterations (number, K6 only): total iteration cap. Goes into toolConfig.iterations when > 0.\n env_vars (array, K6 only): environment variables. Array of {key, value} (literal) or {key, secret_id, secret_scope?} (secret reference). See Step 4c.\n identity (string): Stable slug-safe identifier (letters / numbers / underscores). Auto-derived from name by stripping non-alphanumerics when omitted.\n description (string): Optional human-readable description. Defaults to \"\".\n tags (string[]): Optional tags. Defaults to [].\n\nReturns the created load test (identity, name, environment/infra, targetType, toolType, scriptSource, inputs[], plus derived target_url/users/duration_sec/ramp_up_sec/worker_count convenience scalars) and an openInHarness deep link.";
|
|
44
44
|
export declare const descDeleteLoadtest = "Delete a load test instance";
|
|
45
45
|
export declare const descListK8sInfra = "List Kubernetes chaos infrastructures available for running experiments.\nUse chaos_environment list first to get an environmentId, then pass it here to filter infrastructures for that environment.\nReturns infrastructure details including identity, infraID, name, environmentID, status, infraType, infraScope, and isChaosEnabled.\nIMPORTANT: Only infrastructures with status=ACTIVE AND isChaosEnabled=true can be used to create chaos experiments.\nSupports filtering by status (ACTIVE, INACTIVE, PENDING) and optional inclusion of legacy V1 infrastructures.";
|
|
46
46
|
export declare const descGetK8sInfra = "Get Kubernetes chaos infrastructure details";
|
|
@@ -103,7 +103,7 @@ export declare const descCompareActionTemplateRevisions = "Compare two revisions
|
|
|
103
103
|
export declare const descBodyExperimentRun = "Optional runtime inputs for the chaos experiment. Use chaos_experiment_variable list to discover required variables first.";
|
|
104
104
|
export declare const descBodyNoBody = "No body required. Resource identified by path parameter.";
|
|
105
105
|
export declare const descBodyCreateFromTemplate = "Chaos experiment from template";
|
|
106
|
-
export declare const descBodyLoadtestDefinition = "Locust load test definition. name, environment_id, infra_id
|
|
106
|
+
export declare const descBodyLoadtestDefinition = "Locust load test definition. Required: name, environment_id, infra_id, target_url. Mode: either 'script' (inline Python, script_source=inline, default) or 'script_image' (Custom Image, script_source=image).\nMCP translates your scalars into the wire shape automatically:\n - users / duration_sec / ramp_up_sec \u2192 inputs[targetUsers / durationSeconds / rampUpTimeSec] (Integer)\n - target_url \u2192 inputs[targetUrl] (String)\n - worker_count \u2192 inputs[workerCount] (Integer; Kubernetes only)\n - script_image / script_entrypoint / load_args \u2192 inputs[scriptImage / scriptEntrypoint / loadArgs] (String; image mode)\n - script (raw Python) \u2192 top-level scriptContent (base64)\n - A canonical LoadTest YAML manifest is built and base64-encoded into a 'yaml' field.\nYou never construct inputs[], scriptContent base64, or the yaml field \u2014 pass scalars only.";
|
|
107
107
|
export declare const descInputsetIdentity = "Optional inputset identity to use for the experiment run";
|
|
108
108
|
export declare const descRuntimeInputs = "Runtime input variables: { experiment: [{name, value}], tasks: { taskName: [{name, value}] } }";
|
|
109
109
|
export declare const descInfraType = "Filter by infrastructure type (e.g. Kubernetes, KubernetesV2, Linux, Windows, CloudFoundry, Container)";
|
|
@@ -112,24 +112,28 @@ export declare const descExperimentIdentity = "Experiment identity (auto-generat
|
|
|
112
112
|
export declare const descInfraRef = "Infrastructure reference in format: environmentId/infraId. Use chaos_environment list to find environments, then chaos_k8s_infrastructure list to find infraIDs.";
|
|
113
113
|
export declare const descExperimentId = "Chaos experiment identifier. Accepts either the internal UUID (default, with is_identity=false) or the human-readable identity slug (set is_identity=true). Use harness_list with resource_type=chaos_experiment to find experiment IDs.";
|
|
114
114
|
export declare const descInfraStatus = "Filter by infra status: Active (default) or All";
|
|
115
|
-
export declare const descLoadtestName = "Display name for the load test.
|
|
116
|
-
export declare const descLoadtestType = "Load test tool type
|
|
117
|
-
export declare const descLoadtestIdentity = "Stable identifier
|
|
118
|
-
export declare const descLoadtestDescription = "Optional human-readable description.";
|
|
119
|
-
export declare const descLoadtestTags = "Optional tags (array of strings, or comma-separated string).";
|
|
115
|
+
export declare const descLoadtestName = "Display name for the load test. Any non-empty string (e.g. \"My Load Test\", \"locust-1\"). The slug-safe identifier rule applies to 'identity' (auto-derived from name) \u2014 not to name.";
|
|
116
|
+
export declare const descLoadtestType = "Load test tool type: \"Locust\" (default; Python on Linux VM or Kubernetes) or \"K6\" (JavaScript on Kubernetes only). JMeter is coming soon. K6 supports script mode and Custom Image mode; \"Define test via UI\" is deferred.";
|
|
117
|
+
export declare const descLoadtestIdentity = "Stable identifier (letters, numbers and underscores). Auto-derived from name by stripping non-alphanumerics when omitted.";
|
|
118
|
+
export declare const descLoadtestDescription = "Optional human-readable description. Defaults to \"\".";
|
|
119
|
+
export declare const descLoadtestTags = "Optional tags (array of strings, or comma-separated string). Defaults to [].";
|
|
120
120
|
export declare const descLoadtestEnvId = "Environment identifier of the load-runner infrastructure. Use the 'environmentID' from chaos_infrastructure (Linux VM) or chaos_enabled_infrastructure (Kubernetes).";
|
|
121
121
|
export declare const descLoadtestInfraId = "Load-runner infrastructure identifier. Use the 'infraID' from chaos_infrastructure (Linux VM) or chaos_enabled_infrastructure (Kubernetes).";
|
|
122
|
-
export declare const descLoadtestTargetType = "Execution environment target type: \"machine-chaos-linux\" (Linux VM, default) or \"kubernetes\".";
|
|
123
|
-
export declare const descLoadtestTargetUrl = "Base URL of the application under test (e.g. https://www.google.com).";
|
|
124
|
-
export declare const descLoadtestScript = "Raw
|
|
125
|
-
export declare const descLoadtestScriptSource = "Test definition source: \"inline\" (default \u2014 upload a raw Python locust script via 'script') or \"image\" (
|
|
126
|
-
export declare const descLoadtestScriptImage = "Custom Image mode (Kubernetes): prebuilt container image used as the load test source, e.g. \"my-registry/my-load-test:latest\". Required when script_source=image.";
|
|
127
|
-
export declare const descLoadtestScriptEntrypoint = "Custom Image mode (optional): entrypoint file inside the image, e.g. \"locustfile.py\".";
|
|
128
|
-
export declare const descLoadtestLoadArgs = "Custom Image mode (optional): arguments passed to the container as key=value pairs \u2014 comma-separated for multiple values per key, separated by ';'. Example: \"tags=smoke,
|
|
129
|
-
export declare const descLoadtestUsers = "Number of simulated users. Default: 100.";
|
|
130
|
-
export declare const descLoadtestDurationSec = "Total test duration in seconds. Default: 600.";
|
|
131
|
-
export declare const descLoadtestRampUpSec = "Ramp-up duration in seconds. Default: 120.";
|
|
132
|
-
export declare const descLoadtestWorkerCount = "
|
|
122
|
+
export declare const descLoadtestTargetType = "Execution environment target type: \"machine-chaos-linux\" (Linux VM, default), \"linux-chaos\", or \"kubernetes\". \"workerCount\" is only emitted into inputs[] for \"kubernetes\".";
|
|
123
|
+
export declare const descLoadtestTargetUrl = "Base URL of the application under test (e.g. https://www.google.com). Sent as an entry in inputs[] with name=\"targetUrl\", type=\"String\".";
|
|
124
|
+
export declare const descLoadtestScript = "Raw script contents for inline mode (script_source=inline). Locust expects Python (locustfile.py); K6 expects JavaScript and MUST contain 'export default function ...' (mandatory \u2014 MCP rejects scripts without it). MCP base64-encodes onto the wire \u2014 do NOT pre-encode. For Locust this lands at top-level scriptContent; for K6 it lands at toolConfig.scriptContent (and top-level scriptContent is omitted). Required for inline mode; omit for Custom Image mode.";
|
|
125
|
+
export declare const descLoadtestScriptSource = "Test definition source: \"inline\" (default \u2014 upload a raw Python locust script via 'script') or \"image\" (use a prebuilt container image via 'script_image'). \"image\" is K8s-only; VM is always \"inline\". Inferred as \"image\" when script_image is set, otherwise \"inline\".";
|
|
126
|
+
export declare const descLoadtestScriptImage = "Custom Image mode (both Locust and K6, Kubernetes only): prebuilt container image used as the load test source, e.g. \"my-registry/my-load-test:latest\". Required when script_source=image. Sent as inputs[name=scriptImage, type=String, required:true]. For K6 also wired into toolConfig.customImage.image.";
|
|
127
|
+
export declare const descLoadtestScriptEntrypoint = "Custom Image mode (optional, both Locust and K6): entrypoint file inside the image, e.g. \"locustfile.py\" (Locust) or \"/script.js\" (K6). Sent as inputs[name=scriptEntrypoint, type=String, required:true] when provided. For K6 also wired into toolConfig.customImage.entrypoint.";
|
|
128
|
+
export declare const descLoadtestLoadArgs = "Custom Image mode (optional, both Locust and K6): arguments passed to the container as key=value pairs \u2014 comma-separated for multiple values per key, separated by ';'. Example: \"tags=smoke,random;headless=true\". Sent as inputs[name=loadArgs, type=String] only \u2014 for K6 this does NOT go into toolConfig.customImage.";
|
|
129
|
+
export declare const descLoadtestUsers = "Number of simulated users. Default: 100. Sent as inputs[name=targetUsers, type=Integer, required:true].";
|
|
130
|
+
export declare const descLoadtestDurationSec = "Total test duration in seconds. Default: 600. Sent as inputs[name=durationSeconds, type=Integer].";
|
|
131
|
+
export declare const descLoadtestRampUpSec = "Ramp-up duration in seconds. Default: 120. Sent as inputs[name=rampUpTimeSec, type=Integer].";
|
|
132
|
+
export declare const descLoadtestWorkerCount = "K8s: agent must ask; default 0 (0 = standalone). VM: N/A. Sent as inputs[name=workerCount, type=Integer]. Ignored for Linux target types.";
|
|
133
|
+
export declare const descLoadtestHostUrl = "K6 only: host origin (protocol+host with no path, e.g. https://api.example.com). Defaults to the origin parsed from target_url when omitted. Goes into toolConfig.hostUrl.";
|
|
134
|
+
export declare const descLoadtestRpsLimit = "K6 only: requests-per-second cap. Goes into toolConfig.options.rpsLimit when > 0. Omitted from the wire when unset or 0.";
|
|
135
|
+
export declare const descLoadtestIterations = "K6 only: total iteration cap. Goes into toolConfig.iterations when > 0. Omitted from the wire when unset or 0.";
|
|
136
|
+
export declare const descLoadtestEnvVars = "K6 only: environment variables for the K6 runner. Array of entries \u2014 each sets EITHER {key, value} for a literal OR {key, secret_id, secret_scope?: \"account\"|\"org\"|\"project\"} for a Harness secret (default secret_scope = \"project\"). MCP builds the wire 'secrets.getValue(\"<prefix><id>\")' string and sets secret: true automatically \u2014 do NOT construct that string yourself. Discover secrets via harness_list resource_type=secret type=SecretText and read each item's secret.{identifier, orgIdentifier?, projectIdentifier?} to derive scope. Key pattern: /^[A-Za-z_][A-Za-z0-9_]*$/. Reserved names (case-insensitive) are rejected: RUN_ID, LOAD_TEST_ID, TARGET_USERS, SPAWN_RATE, SCRIPT_CONTENT_BASE64, TARGET_URL, ACCOUNT_ID, ORG_ID, PROJECT_ID, ENV_ID, DURATION_SECONDS, CONTROL_PLANE_URL, CONTROL_PLANE_TOKEN, HARNESS_CUSTOM_VAR_NAMES, METRICS_PUSH_INTERVAL, INFRA_ID, ACCESS_KEY, TENANT_ID, PYTHONPATH, PATH, HOME, USER, SHELL, LANG, TERM, HOSTNAME, PWD, LD_LIBRARY_PATH, LD_PRELOAD, TMPDIR, TMP, TEMP.";
|
|
133
137
|
export declare const descHubIdentityExact = "The unique identity of the ChaosHub. Use harness_list with resource_type=chaos_hub to find hub identities.";
|
|
134
138
|
export declare const descHubName = "Display name for the ChaosHub.";
|
|
135
139
|
export declare const descHubNameUpdate = "Updated display name for the ChaosHub.";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chaos-descriptions.d.ts","sourceRoot":"","sources":["../../../src/registry/toolsets/chaos-descriptions.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"chaos-descriptions.d.ts","sourceRoot":"","sources":["../../../src/registry/toolsets/chaos-descriptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -95,8 +95,35 @@ Supports list, get, delete, plus execute actions: list_revisions, get_variables,
|
|
|
95
95
|
export const descChaosExperimentVariable = `Variables for a chaos experiment. List variables to discover required runtime inputs before running an experiment.`;
|
|
96
96
|
export const descChaosInfrastructure = `Linux/machine infrastructure registered for chaos experiments and load testing. For Kubernetes infrastructure, use chaos_k8s_infrastructure. Supports list.`;
|
|
97
97
|
export const descChaosLoadtest = `Load test (Resilience Testing) instance. Supports list, get, create, delete; run/stop via execute actions.
|
|
98
|
-
|
|
99
|
-
To create one, first pick a load-runner infrastructure: for Linux VM use chaos_infrastructure (loadEnabled infras), for Kubernetes use chaos_enabled_infrastructure. Then pass its environment_id + infra_id with target_url and the Python (locust) script
|
|
98
|
+
Locust is supported on Linux VM and Kubernetes (script + image modes). K6 is supported on Kubernetes only (script + image modes; UI mode deferred) — LinuxVM K6 is not supported. JMeter is coming soon.
|
|
99
|
+
To create one, first pick a load-runner infrastructure: for Linux VM use chaos_infrastructure (loadEnabled infras), for Kubernetes use chaos_enabled_infrastructure. Then pass its environment_id + infra_id with target_url and the Python (locust) script.
|
|
100
|
+
|
|
101
|
+
Response / read schema (what list/get returns — agents NEVER need to construct these on create; MCP builds them automatically):
|
|
102
|
+
- inputs: array of {name, value, type ("Integer" | "String"), required?: true}. Well-known names the backend recognises:
|
|
103
|
+
targetUsers (Integer, required), durationSeconds (Integer), rampUpTimeSec (Integer),
|
|
104
|
+
workerCount (Integer; Kubernetes only), targetUrl (String),
|
|
105
|
+
scriptImage (String, required in image mode), scriptEntrypoint (String, required in image mode),
|
|
106
|
+
loadArgs (String; image mode only).
|
|
107
|
+
- variables: array of {name, value, type ("String" | "Number")} — user-defined non-secret env vars (currently always empty; custom variables are a deferred feature).
|
|
108
|
+
- yaml: base64-encoded LoadTest manifest. Decoded shape:
|
|
109
|
+
kind: LoadTest
|
|
110
|
+
apiVersion: v1alpha1
|
|
111
|
+
name: <name>
|
|
112
|
+
description: <optional>
|
|
113
|
+
tags: [<optional>]
|
|
114
|
+
spec:
|
|
115
|
+
identity: <slug>
|
|
116
|
+
toolType: Locust
|
|
117
|
+
infraType: kubernetes | linux # derived from targetType
|
|
118
|
+
targetType: kubernetes | machine-chaos-linux | linux-chaos
|
|
119
|
+
scriptSource: inline | image
|
|
120
|
+
scriptContent: <PLAIN TEXT inside YAML; inline mode only>
|
|
121
|
+
infraId: <id>
|
|
122
|
+
envId: <id>
|
|
123
|
+
inputs: [<same shape as response.inputs>]
|
|
124
|
+
- scriptContent: base64-encoded Python script (inline mode). Large — dropped from list responses.
|
|
125
|
+
- Derived convenience scalars (read-side projection of inputs[] by MCP, matching the create-side scalars):
|
|
126
|
+
target_url, users, duration_sec, ramp_up_sec, worker_count, script_image, script_entrypoint, load_args.`;
|
|
100
127
|
export const descChaosK8sInfrastructure = `Kubernetes chaos infrastructure available for running experiments.
|
|
101
128
|
Use chaos_environment list first to get an environmentId, then pass it here to filter infrastructures for that environment.
|
|
102
129
|
Returns infrastructure details including identity, infraID, name, environmentID, status, infraType, infraScope, and isChaosEnabled.
|
|
@@ -337,13 +364,17 @@ export const descCreateLoadtest = `Creates a Locust load test (Resilience Testin
|
|
|
337
364
|
IMPORTANT: You MUST NOT auto-select, assume, or pre-fill any value on behalf of the user.
|
|
338
365
|
At every step below, present the options / ask for the value and wait for explicit user confirmation before proceeding.
|
|
339
366
|
Do NOT assume org/project/infrastructure/script/URL based on previous activity — the user may choose differently each time.
|
|
340
|
-
|
|
367
|
+
Locust (Python) and K6 (JavaScript) are supported. JMeter is coming soon. K6 requires Kubernetes (LinuxVM K6 is not supported). For K6, "Upload K6 script" and "Custom Image" modes are supported via MCP; "Define test via UI" is deferred.
|
|
341
368
|
|
|
342
369
|
Required workflow — follow in order, pausing for user input after each step:
|
|
343
370
|
|
|
344
371
|
Step 1 — Select the execution environment target type:
|
|
345
372
|
Ask whether the load test runs on "Linux VM" (target_type=machine-chaos-linux) or "Kubernetes" (target_type=kubernetes). Wait for the user to choose.
|
|
346
373
|
|
|
374
|
+
Step 1b — Select the tool type:
|
|
375
|
+
Linux VM only supports Locust. Kubernetes supports Locust or K6 — ask which. Pass tool_type='Locust' (default) or 'K6'.
|
|
376
|
+
K6 is JavaScript; Locust is Python. K6 currently supports script-mode only (Custom Image and UI are deferred).
|
|
377
|
+
|
|
347
378
|
Step 2 — Select a load-runner infrastructure:
|
|
348
379
|
Linux VM: call harness_list resource_type=chaos_infrastructure, show the list, wait for the user to pick one. Only infras with loadEnabled=true and status ACTIVE can run load tests.
|
|
349
380
|
Kubernetes: call harness_list resource_type=chaos_enabled_infrastructure, show the list, wait for the user to pick one (results are always ACTIVE and chaos-enabled).
|
|
@@ -352,42 +383,85 @@ Step 2 — Select a load-runner infrastructure:
|
|
|
352
383
|
Step 3 — Collect the target (host) URL:
|
|
353
384
|
Ask for the base URL of the application under test (e.g. https://www.google.com) -> target_url. Do NOT assume it.
|
|
354
385
|
|
|
355
|
-
Step 4 —
|
|
356
|
-
Linux VM
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
386
|
+
Step 4 — Test configuration (branch on tool_type from Step 1b):
|
|
387
|
+
Locust (Linux VM or Kubernetes):
|
|
388
|
+
(a) Upload Python script (script_source=inline): ask for the raw Python locust script -> script (verbatim; do NOT generate or pre-encode). MCP base64-encodes it into top-level scriptContent.
|
|
389
|
+
(b) Custom Image (script_source=image, Kubernetes only): ask for script_image (+ optional script_entrypoint, load_args).
|
|
390
|
+
K6 (Kubernetes only):
|
|
391
|
+
(a) Upload K6 script (script_source=inline): ask the user to paste the raw K6 JavaScript source. Pass it verbatim in 'script'. MANDATORY rule: the script MUST contain 'export default function ...'. If it does not, REJECT before calling MCP — MCP will throw and no load test will be created. MCP base64-encodes the script into toolConfig.scriptContent; do NOT pre-encode.
|
|
392
|
+
(b) Custom Image (script_source=image): ask for the container image -> script_image (e.g. my-registry/my-load-test:latest); optionally an entrypoint inside the image -> script_entrypoint (e.g. /script.js); optional container args -> load_args. MCP routes script_image and script_entrypoint into BOTH toolConfig.customImage (image, entrypoint) AND inputs[] (scriptImage required:true, scriptEntrypoint required:true); load_args rides ONLY in inputs[name=loadArgs]. No script is needed.
|
|
393
|
+
(c) Define test via UI: NOT YET SUPPORTED via MCP. Inform the user it is deferred and stop.
|
|
394
|
+
Optional K6-only knobs to ask the user about (skip if user says no):
|
|
395
|
+
- host_url: origin of the target system (protocol+host, no path). Defaults to the origin of target_url.
|
|
396
|
+
- rps_limit: requests-per-second cap (toolConfig.options.rpsLimit). Optional.
|
|
397
|
+
- iterations: total iteration cap (toolConfig.iterations). Optional.
|
|
398
|
+
- env_vars: see Step 4c.
|
|
399
|
+
|
|
400
|
+
Step 4c — Optional K6 environment variables (env_vars):
|
|
401
|
+
The env_vars param is a structured array. Each entry sets EITHER a literal value OR a secret reference:
|
|
402
|
+
- Literal: {key: "FOO", value: "bar"}
|
|
403
|
+
- Secret reference: {key: "TOKEN", secret_id: "<harness-secret-identifier>", secret_scope: "account"|"org"|"project"}
|
|
404
|
+
To discover available secrets, call harness_list resource_type=secret type=SecretText. Each list item has
|
|
405
|
+
a nested secret.{identifier, orgIdentifier?, projectIdentifier?}. Derive secret_scope from the response:
|
|
406
|
+
- no orgIdentifier AND no projectIdentifier → secret_scope: "account"
|
|
407
|
+
- orgIdentifier only → secret_scope: "org"
|
|
408
|
+
- both orgIdentifier AND projectIdentifier → secret_scope: "project"
|
|
409
|
+
MCP builds the wire string 'secrets.getValue("<prefix><id>")' (account.<id> / org.<id> / <id>) and sets
|
|
410
|
+
secret: true automatically — do NOT construct the secrets.getValue(...) string yourself.
|
|
411
|
+
Disallowed keys (reserved, case-insensitive): RUN_ID, LOAD_TEST_ID, TARGET_USERS, SPAWN_RATE,
|
|
412
|
+
SCRIPT_CONTENT_BASE64, TARGET_URL, ACCOUNT_ID, ORG_ID, PROJECT_ID, ENV_ID, DURATION_SECONDS,
|
|
413
|
+
CONTROL_PLANE_URL, CONTROL_PLANE_TOKEN, HARNESS_CUSTOM_VAR_NAMES, METRICS_PUSH_INTERVAL, INFRA_ID,
|
|
414
|
+
ACCESS_KEY, TENANT_ID, PYTHONPATH, PATH, HOME, USER, SHELL, LANG, TERM, HOSTNAME, PWD,
|
|
415
|
+
LD_LIBRARY_PATH, LD_PRELOAD, TMPDIR, TMP, TEMP.
|
|
416
|
+
Key pattern: /^[A-Za-z_][A-Za-z0-9_]*$/.
|
|
417
|
+
|
|
418
|
+
Step 5 — Load configuration:
|
|
419
|
+
Ask users, duration_sec, ramp_up_sec (defaults 100 / 600 / 120 only if user accepts).
|
|
420
|
+
K8s: also ask worker_count — do NOT skip (default 0). VM: skip worker_count.
|
|
364
421
|
|
|
365
422
|
Step 6 — Collect name and optional metadata:
|
|
366
|
-
Ask for a name. identity is auto-derived from name
|
|
423
|
+
Ask for a name (any non-empty string). identity is auto-derived from name by stripping non-alphanumerics unless the user provides one (must be letters/numbers/underscores). description and tags are optional — ask, but do not require them.
|
|
367
424
|
|
|
368
425
|
Only after the user confirms all of the above should you call harness_create resource_type=chaos_loadtest.
|
|
369
426
|
|
|
427
|
+
HOW THE BODY IS BUILT (you do NOT construct any of this — MCP handles it):
|
|
428
|
+
- Your scalars (users / duration_sec / ramp_up_sec / worker_count / target_url / script_image / script_entrypoint / load_args)
|
|
429
|
+
are translated into a canonical inputs[] array with backend-wire names
|
|
430
|
+
(targetUsers / durationSeconds / rampUpTimeSec / workerCount / targetUrl / scriptImage / scriptEntrypoint / loadArgs).
|
|
431
|
+
- Inline mode (Locust): your raw 'script' is base64-encoded into top-level scriptContent.
|
|
432
|
+
- Image mode (Locust): scriptContent is omitted; script_image / script_entrypoint / load_args ride in inputs[].
|
|
433
|
+
- K6 script mode: top-level scriptContent is OMITTED. The base64 script lives in toolConfig.scriptContent only.
|
|
434
|
+
toolConfig also carries hostUrl, optional options.rpsLimit, optional iterations, and optional envVars.
|
|
435
|
+
- env_vars (K6): structured only. {key, value} for literals; {key, secret_id, secret_scope?} for secrets —
|
|
436
|
+
MCP builds the wire 'secrets.getValue("<prefix><id>")' string and sets secret: true automatically.
|
|
437
|
+
- A canonical LoadTest YAML manifest is synthesized and base64-encoded into the 'yaml' request field.
|
|
438
|
+
- description defaults to "", tags defaults to []. tool_type is fixed to "Locust" server-side (K6/JMeter coming).
|
|
439
|
+
|
|
370
440
|
INPUT FIELDS:
|
|
371
|
-
name (string, required): Display name for the load test.
|
|
441
|
+
name (string, required): Display name for the load test. Any non-empty string (e.g. "My Load Test", "locust-1").
|
|
372
442
|
environment_id (string, required): environmentID of the chosen infrastructure (Step 2).
|
|
373
443
|
infra_id (string, required): infraID of the chosen infrastructure (Step 2).
|
|
374
|
-
target_url (string, required): Base URL of the application under test (Step 3).
|
|
375
|
-
script (string):
|
|
376
|
-
script_source (string): "inline" (default) or "image"
|
|
377
|
-
script_image (string):
|
|
378
|
-
script_entrypoint (string): Custom Image mode — entrypoint file inside the image
|
|
379
|
-
load_args (string): Custom Image mode — container args as "k=v,v2;k2=v" pairs
|
|
380
|
-
target_type (string): machine-chaos-linux (Linux VM, default) or kubernetes.
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
444
|
+
target_url (string, required): Base URL of the application under test (Step 3). Goes into inputs[name=targetUrl].
|
|
445
|
+
script (string): Raw Python locust script. VM always requires this; K8s when inline. MCP base64-encodes it into the top-level scriptContent field — do NOT pre-encode.
|
|
446
|
+
script_source (string): "inline" (default) or "image". "image" is K8s-only; VM is always "inline". Inferred as "image" when script_image is set.
|
|
447
|
+
script_image (string): K8s + image mode only — prebuilt container image. Required when script_source=image. Goes into inputs[name=scriptImage, required:true].
|
|
448
|
+
script_entrypoint (string): Custom Image mode — entrypoint file inside the image. Goes into inputs[name=scriptEntrypoint, required:true] when provided.
|
|
449
|
+
load_args (string): Custom Image mode — container args as "k=v,v2;k2=v" pairs. Goes into inputs[name=loadArgs] when provided.
|
|
450
|
+
target_type (string): machine-chaos-linux (Linux VM, default), linux-chaos, or kubernetes.
|
|
451
|
+
users (number, default 100): Number of simulated users. Goes into inputs[name=targetUsers, required:true].
|
|
452
|
+
duration_sec (number, default 600): Total test duration in seconds. Goes into inputs[name=durationSeconds].
|
|
453
|
+
ramp_up_sec (number, default 120): Ramp-up duration in seconds. Goes into inputs[name=rampUpTimeSec].
|
|
454
|
+
worker_count (number, default 0): K8s — agent must ask; default 0. VM: N/A. Goes into inputs[name=workerCount].
|
|
455
|
+
tool_type (string, default "Locust"): "Locust" or "K6". K6 requires target_type=kubernetes.
|
|
456
|
+
host_url (string, K6 only): K6 host origin (protocol://host, no path). Defaults to origin of target_url. Goes into toolConfig.hostUrl.
|
|
457
|
+
rps_limit (number, K6 only): requests-per-second cap. Goes into toolConfig.options.rpsLimit when > 0.
|
|
458
|
+
iterations (number, K6 only): total iteration cap. Goes into toolConfig.iterations when > 0.
|
|
459
|
+
env_vars (array, K6 only): environment variables. Array of {key, value} (literal) or {key, secret_id, secret_scope?} (secret reference). See Step 4c.
|
|
460
|
+
identity (string): Stable slug-safe identifier (letters / numbers / underscores). Auto-derived from name by stripping non-alphanumerics when omitted.
|
|
461
|
+
description (string): Optional human-readable description. Defaults to "".
|
|
462
|
+
tags (string[]): Optional tags. Defaults to [].
|
|
463
|
+
|
|
464
|
+
Returns the created load test (identity, name, environment/infra, targetType, toolType, scriptSource, inputs[], plus derived target_url/users/duration_sec/ramp_up_sec/worker_count convenience scalars) and an openInHarness deep link.`;
|
|
391
465
|
export const descDeleteLoadtest = `Delete a load test instance`;
|
|
392
466
|
export const descListK8sInfra = `List Kubernetes chaos infrastructures available for running experiments.
|
|
393
467
|
Use chaos_environment list first to get an environmentId, then pass it here to filter infrastructures for that environment.
|
|
@@ -666,7 +740,15 @@ Requires the template identity, hub identity, and two revision numbers.`;
|
|
|
666
740
|
export const descBodyExperimentRun = `Optional runtime inputs for the chaos experiment. Use chaos_experiment_variable list to discover required variables first.`;
|
|
667
741
|
export const descBodyNoBody = `No body required. Resource identified by path parameter.`;
|
|
668
742
|
export const descBodyCreateFromTemplate = `Chaos experiment from template`;
|
|
669
|
-
export const descBodyLoadtestDefinition = `Locust load test definition. name, environment_id, infra_id
|
|
743
|
+
export const descBodyLoadtestDefinition = `Locust load test definition. Required: name, environment_id, infra_id, target_url. Mode: either 'script' (inline Python, script_source=inline, default) or 'script_image' (Custom Image, script_source=image).
|
|
744
|
+
MCP translates your scalars into the wire shape automatically:
|
|
745
|
+
- users / duration_sec / ramp_up_sec → inputs[targetUsers / durationSeconds / rampUpTimeSec] (Integer)
|
|
746
|
+
- target_url → inputs[targetUrl] (String)
|
|
747
|
+
- worker_count → inputs[workerCount] (Integer; Kubernetes only)
|
|
748
|
+
- script_image / script_entrypoint / load_args → inputs[scriptImage / scriptEntrypoint / loadArgs] (String; image mode)
|
|
749
|
+
- script (raw Python) → top-level scriptContent (base64)
|
|
750
|
+
- A canonical LoadTest YAML manifest is built and base64-encoded into a 'yaml' field.
|
|
751
|
+
You never construct inputs[], scriptContent base64, or the yaml field — pass scalars only.`;
|
|
670
752
|
// ── Field Descriptions ───────────────────────────────────────────────
|
|
671
753
|
export const descInputsetIdentity = `Optional inputset identity to use for the experiment run`;
|
|
672
754
|
export const descRuntimeInputs = `Runtime input variables: { experiment: [{name, value}], tasks: { taskName: [{name, value}] } }`;
|
|
@@ -676,24 +758,28 @@ export const descExperimentIdentity = `Experiment identity (auto-generated from
|
|
|
676
758
|
export const descInfraRef = `Infrastructure reference in format: environmentId/infraId. Use chaos_environment list to find environments, then chaos_k8s_infrastructure list to find infraIDs.`;
|
|
677
759
|
export const descExperimentId = `Chaos experiment identifier. Accepts either the internal UUID (default, with is_identity=false) or the human-readable identity slug (set is_identity=true). Use harness_list with resource_type=chaos_experiment to find experiment IDs.`;
|
|
678
760
|
export const descInfraStatus = `Filter by infra status: Active (default) or All`;
|
|
679
|
-
export const descLoadtestName = `Display name for the load test.
|
|
680
|
-
export const descLoadtestType = `Load test tool type
|
|
681
|
-
export const descLoadtestIdentity = `Stable identifier
|
|
682
|
-
export const descLoadtestDescription = `Optional human-readable description.`;
|
|
683
|
-
export const descLoadtestTags = `Optional tags (array of strings, or comma-separated string).`;
|
|
761
|
+
export const descLoadtestName = `Display name for the load test. Any non-empty string (e.g. "My Load Test", "locust-1"). The slug-safe identifier rule applies to 'identity' (auto-derived from name) — not to name.`;
|
|
762
|
+
export const descLoadtestType = `Load test tool type: "Locust" (default; Python on Linux VM or Kubernetes) or "K6" (JavaScript on Kubernetes only). JMeter is coming soon. K6 supports script mode and Custom Image mode; "Define test via UI" is deferred.`;
|
|
763
|
+
export const descLoadtestIdentity = `Stable identifier (letters, numbers and underscores). Auto-derived from name by stripping non-alphanumerics when omitted.`;
|
|
764
|
+
export const descLoadtestDescription = `Optional human-readable description. Defaults to "".`;
|
|
765
|
+
export const descLoadtestTags = `Optional tags (array of strings, or comma-separated string). Defaults to [].`;
|
|
684
766
|
export const descLoadtestEnvId = `Environment identifier of the load-runner infrastructure. Use the 'environmentID' from chaos_infrastructure (Linux VM) or chaos_enabled_infrastructure (Kubernetes).`;
|
|
685
767
|
export const descLoadtestInfraId = `Load-runner infrastructure identifier. Use the 'infraID' from chaos_infrastructure (Linux VM) or chaos_enabled_infrastructure (Kubernetes).`;
|
|
686
|
-
export const descLoadtestTargetType = `Execution environment target type: "machine-chaos-linux" (Linux VM, default) or "kubernetes".`;
|
|
687
|
-
export const descLoadtestTargetUrl = `Base URL of the application under test (e.g. https://www.google.com).`;
|
|
688
|
-
export const descLoadtestScript = `Raw
|
|
689
|
-
export const descLoadtestScriptSource = `Test definition source: "inline" (default — upload a raw Python locust script via 'script') or "image" (
|
|
690
|
-
export const descLoadtestScriptImage = `Custom Image mode (Kubernetes): prebuilt container image used as the load test source, e.g. "my-registry/my-load-test:latest". Required when script_source=image.`;
|
|
691
|
-
export const descLoadtestScriptEntrypoint = `Custom Image mode (optional): entrypoint file inside the image, e.g. "locustfile.py".`;
|
|
692
|
-
export const descLoadtestLoadArgs = `Custom Image mode (optional): arguments passed to the container as key=value pairs — comma-separated for multiple values per key, separated by ';'. Example: "tags=smoke,
|
|
693
|
-
export const descLoadtestUsers = `Number of simulated users. Default: 100.`;
|
|
694
|
-
export const descLoadtestDurationSec = `Total test duration in seconds. Default: 600.`;
|
|
695
|
-
export const descLoadtestRampUpSec = `Ramp-up duration in seconds. Default: 120.`;
|
|
696
|
-
export const descLoadtestWorkerCount = `
|
|
768
|
+
export const descLoadtestTargetType = `Execution environment target type: "machine-chaos-linux" (Linux VM, default), "linux-chaos", or "kubernetes". "workerCount" is only emitted into inputs[] for "kubernetes".`;
|
|
769
|
+
export const descLoadtestTargetUrl = `Base URL of the application under test (e.g. https://www.google.com). Sent as an entry in inputs[] with name="targetUrl", type="String".`;
|
|
770
|
+
export const descLoadtestScript = `Raw script contents for inline mode (script_source=inline). Locust expects Python (locustfile.py); K6 expects JavaScript and MUST contain 'export default function ...' (mandatory — MCP rejects scripts without it). MCP base64-encodes onto the wire — do NOT pre-encode. For Locust this lands at top-level scriptContent; for K6 it lands at toolConfig.scriptContent (and top-level scriptContent is omitted). Required for inline mode; omit for Custom Image mode.`;
|
|
771
|
+
export const descLoadtestScriptSource = `Test definition source: "inline" (default — upload a raw Python locust script via 'script') or "image" (use a prebuilt container image via 'script_image'). "image" is K8s-only; VM is always "inline". Inferred as "image" when script_image is set, otherwise "inline".`;
|
|
772
|
+
export const descLoadtestScriptImage = `Custom Image mode (both Locust and K6, Kubernetes only): prebuilt container image used as the load test source, e.g. "my-registry/my-load-test:latest". Required when script_source=image. Sent as inputs[name=scriptImage, type=String, required:true]. For K6 also wired into toolConfig.customImage.image.`;
|
|
773
|
+
export const descLoadtestScriptEntrypoint = `Custom Image mode (optional, both Locust and K6): entrypoint file inside the image, e.g. "locustfile.py" (Locust) or "/script.js" (K6). Sent as inputs[name=scriptEntrypoint, type=String, required:true] when provided. For K6 also wired into toolConfig.customImage.entrypoint.`;
|
|
774
|
+
export const descLoadtestLoadArgs = `Custom Image mode (optional, both Locust and K6): arguments passed to the container as key=value pairs — comma-separated for multiple values per key, separated by ';'. Example: "tags=smoke,random;headless=true". Sent as inputs[name=loadArgs, type=String] only — for K6 this does NOT go into toolConfig.customImage.`;
|
|
775
|
+
export const descLoadtestUsers = `Number of simulated users. Default: 100. Sent as inputs[name=targetUsers, type=Integer, required:true].`;
|
|
776
|
+
export const descLoadtestDurationSec = `Total test duration in seconds. Default: 600. Sent as inputs[name=durationSeconds, type=Integer].`;
|
|
777
|
+
export const descLoadtestRampUpSec = `Ramp-up duration in seconds. Default: 120. Sent as inputs[name=rampUpTimeSec, type=Integer].`;
|
|
778
|
+
export const descLoadtestWorkerCount = `K8s: agent must ask; default 0 (0 = standalone). VM: N/A. Sent as inputs[name=workerCount, type=Integer]. Ignored for Linux target types.`;
|
|
779
|
+
export const descLoadtestHostUrl = `K6 only: host origin (protocol+host with no path, e.g. https://api.example.com). Defaults to the origin parsed from target_url when omitted. Goes into toolConfig.hostUrl.`;
|
|
780
|
+
export const descLoadtestRpsLimit = `K6 only: requests-per-second cap. Goes into toolConfig.options.rpsLimit when > 0. Omitted from the wire when unset or 0.`;
|
|
781
|
+
export const descLoadtestIterations = `K6 only: total iteration cap. Goes into toolConfig.iterations when > 0. Omitted from the wire when unset or 0.`;
|
|
782
|
+
export const descLoadtestEnvVars = `K6 only: environment variables for the K6 runner. Array of entries — each sets EITHER {key, value} for a literal OR {key, secret_id, secret_scope?: "account"|"org"|"project"} for a Harness secret (default secret_scope = "project"). MCP builds the wire 'secrets.getValue("<prefix><id>")' string and sets secret: true automatically — do NOT construct that string yourself. Discover secrets via harness_list resource_type=secret type=SecretText and read each item's secret.{identifier, orgIdentifier?, projectIdentifier?} to derive scope. Key pattern: /^[A-Za-z_][A-Za-z0-9_]*$/. Reserved names (case-insensitive) are rejected: RUN_ID, LOAD_TEST_ID, TARGET_USERS, SPAWN_RATE, SCRIPT_CONTENT_BASE64, TARGET_URL, ACCOUNT_ID, ORG_ID, PROJECT_ID, ENV_ID, DURATION_SECONDS, CONTROL_PLANE_URL, CONTROL_PLANE_TOKEN, HARNESS_CUSTOM_VAR_NAMES, METRICS_PUSH_INTERVAL, INFRA_ID, ACCESS_KEY, TENANT_ID, PYTHONPATH, PATH, HOME, USER, SHELL, LANG, TERM, HOSTNAME, PWD, LD_LIBRARY_PATH, LD_PRELOAD, TMPDIR, TMP, TEMP.`;
|
|
697
783
|
export const descHubIdentityExact = `The unique identity of the ChaosHub. Use harness_list with resource_type=chaos_hub to find hub identities.`;
|
|
698
784
|
export const descHubName = `Display name for the ChaosHub.`;
|
|
699
785
|
export const descHubNameUpdate = `Updated display name for the ChaosHub.`;
|