harness-mcp-v2 3.2.4 → 3.2.6

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.
Files changed (111) hide show
  1. package/README.md +62 -3
  2. package/build/config.d.ts +22 -3
  3. package/build/config.d.ts.map +1 -1
  4. package/build/config.js +10 -0
  5. package/build/config.js.map +1 -1
  6. package/build/data/examples/index.d.ts +2 -0
  7. package/build/data/examples/index.d.ts.map +1 -1
  8. package/build/data/examples/index.js +4 -0
  9. package/build/data/examples/index.js.map +1 -1
  10. package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
  11. package/build/data/schemas/v0/pipeline.js +209 -10
  12. package/build/data/schemas/v0/pipeline.js.map +1 -1
  13. package/build/data/schemas/v0/template.d.ts.map +1 -1
  14. package/build/data/schemas/v0/template.js +388 -105
  15. package/build/data/schemas/v0/template.js.map +1 -1
  16. package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
  17. package/build/data/schemas/v1/pipeline.js +11 -0
  18. package/build/data/schemas/v1/pipeline.js.map +1 -1
  19. package/build/data/schemas/v1/template.d.ts.map +1 -1
  20. package/build/data/schemas/v1/template.js +11 -0
  21. package/build/data/schemas/v1/template.js.map +1 -1
  22. package/build/index.js +67 -11
  23. package/build/index.js.map +1 -1
  24. package/build/prompts/create-agent.d.ts.map +1 -1
  25. package/build/prompts/create-agent.js +21 -1
  26. package/build/prompts/create-agent.js.map +1 -1
  27. package/build/registry/extractors.d.ts +10 -3
  28. package/build/registry/extractors.d.ts.map +1 -1
  29. package/build/registry/extractors.js +27 -9
  30. package/build/registry/extractors.js.map +1 -1
  31. package/build/registry/toolsets/chaos-descriptions.d.ts +23 -19
  32. package/build/registry/toolsets/chaos-descriptions.d.ts.map +1 -1
  33. package/build/registry/toolsets/chaos-descriptions.js +134 -48
  34. package/build/registry/toolsets/chaos-descriptions.js.map +1 -1
  35. package/build/registry/toolsets/chaos.d.ts.map +1 -1
  36. package/build/registry/toolsets/chaos.js +323 -56
  37. package/build/registry/toolsets/chaos.js.map +1 -1
  38. package/build/registry/toolsets/dbops.js +2 -2
  39. package/build/registry/toolsets/dbops.js.map +1 -1
  40. package/build/registry/toolsets/idp.d.ts.map +1 -1
  41. package/build/registry/toolsets/idp.js +0 -6
  42. package/build/registry/toolsets/idp.js.map +1 -1
  43. package/build/registry/toolsets/pipelines.d.ts.map +1 -1
  44. package/build/registry/toolsets/pipelines.js +6 -4
  45. package/build/registry/toolsets/pipelines.js.map +1 -1
  46. package/build/registry/toolsets/pull-requests.d.ts.map +1 -1
  47. package/build/registry/toolsets/pull-requests.js +47 -2
  48. package/build/registry/toolsets/pull-requests.js.map +1 -1
  49. package/build/registry/toolsets/scs.d.ts.map +1 -1
  50. package/build/registry/toolsets/scs.js +4 -14
  51. package/build/registry/toolsets/scs.js.map +1 -1
  52. package/build/search/embedding-content.d.ts +5 -0
  53. package/build/search/embedding-content.d.ts.map +1 -0
  54. package/build/search/embedding-content.js +31 -0
  55. package/build/search/embedding-content.js.map +1 -0
  56. package/build/search/index.d.ts +8 -0
  57. package/build/search/index.d.ts.map +1 -0
  58. package/build/search/index.js +6 -0
  59. package/build/search/index.js.map +1 -0
  60. package/build/search/local-provider.d.ts +37 -0
  61. package/build/search/local-provider.d.ts.map +1 -0
  62. package/build/search/local-provider.js +269 -0
  63. package/build/search/local-provider.js.map +1 -0
  64. package/build/search/manager.d.ts +39 -0
  65. package/build/search/manager.d.ts.map +1 -0
  66. package/build/search/manager.js +287 -0
  67. package/build/search/manager.js.map +1 -0
  68. package/build/search/null-provider.d.ts +9 -0
  69. package/build/search/null-provider.d.ts.map +1 -0
  70. package/build/search/null-provider.js +8 -0
  71. package/build/search/null-provider.js.map +1 -0
  72. package/build/search/remote-provider.d.ts +28 -0
  73. package/build/search/remote-provider.d.ts.map +1 -0
  74. package/build/search/remote-provider.js +148 -0
  75. package/build/search/remote-provider.js.map +1 -0
  76. package/build/search/routing-eval.d.ts +49 -0
  77. package/build/search/routing-eval.d.ts.map +1 -0
  78. package/build/search/routing-eval.js +80 -0
  79. package/build/search/routing-eval.js.map +1 -0
  80. package/build/search/types.d.ts +58 -0
  81. package/build/search/types.d.ts.map +1 -0
  82. package/build/search/types.js +7 -0
  83. package/build/search/types.js.map +1 -0
  84. package/build/tools/harness-execute.d.ts.map +1 -1
  85. package/build/tools/harness-execute.js +19 -7
  86. package/build/tools/harness-execute.js.map +1 -1
  87. package/build/tools/harness-get.d.ts +2 -1
  88. package/build/tools/harness-get.d.ts.map +1 -1
  89. package/build/tools/harness-get.js +21 -1
  90. package/build/tools/harness-get.js.map +1 -1
  91. package/build/tools/harness-list.d.ts +2 -1
  92. package/build/tools/harness-list.d.ts.map +1 -1
  93. package/build/tools/harness-list.js +22 -1
  94. package/build/tools/harness-list.js.map +1 -1
  95. package/build/tools/harness-search.d.ts +20 -1
  96. package/build/tools/harness-search.d.ts.map +1 -1
  97. package/build/tools/harness-search.js +124 -14
  98. package/build/tools/harness-search.js.map +1 -1
  99. package/build/tools/index.d.ts +2 -1
  100. package/build/tools/index.d.ts.map +1 -1
  101. package/build/tools/index.js +4 -4
  102. package/build/tools/index.js.map +1 -1
  103. package/build/utils/http-health.d.ts +11 -0
  104. package/build/utils/http-health.d.ts.map +1 -0
  105. package/build/utils/http-health.js +11 -0
  106. package/build/utils/http-health.js.map +1 -0
  107. package/build/utils/http-sessions.d.ts +8 -0
  108. package/build/utils/http-sessions.d.ts.map +1 -0
  109. package/build/utils/http-sessions.js +12 -0
  110. package/build/utils/http-sessions.js.map +1 -0
  111. package/package.json +5 -1
@@ -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
- Only the Locust tool type is supported today (JMeter and K6 are 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.`;
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
- Only the Locust tool type is supported today (JMeter and K6 are coming soon) do not offer or assume the others.
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 — Choose how to define the test (Test Configuration):
356
- Linux VM supports the inline Python script only. Kubernetes supports two modes — ask which:
357
- (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' base64-encoded into scriptContent automatically. Do NOT generate, modify, or assume a script.
358
- (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").
359
-
360
- Step 5 Collect the load configuration:
361
- Ask for Number of Users (users), Test Duration in seconds (duration_sec), and Ramp Up Duration in seconds (ramp_up_sec).
362
- Defaults only if the user explicitly accepts them: users=100, duration_sec=600, ramp_up_sec=120.
363
- Kubernetes only: optionally ask for worker_count (distributed worker pods; 0 = standalone, default 0).
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 (alphanumeric) unless the user provides one. description and tags are optional — ask, but do not require them.
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): Inline Python locust script; base64-encoded automatically into scriptContent. Required when script_source=inline.
376
- script_source (string): "inline" (default) or "image" (Kubernetes). Inferred as "image" when script_image is set.
377
- script_image (string): Custom Image mode — prebuilt container image. Required when script_source=image.
378
- script_entrypoint (string): Custom Image mode — entrypoint file inside the image (optional).
379
- load_args (string): Custom Image mode — container args as "k=v,v2;k2=v" pairs (optional).
380
- target_type (string): machine-chaos-linux (Linux VM, default) or kubernetes.
381
- tool_type (string): Only "Locust" is supported. Default: Locust.
382
- users (number): Number of simulated users. Default 100.
383
- duration_sec (number): Total test duration in seconds. Default 600.
384
- ramp_up_sec (number): Ramp-up duration in seconds. Default 120.
385
- worker_count (number): Kubernetes only distributed worker pods (0 = standalone, default 0), sent as variables.workerCount.
386
- identity (string): Stable identifier; auto-derived from name when omitted.
387
- description (string): Optional description.
388
- tags (string[]): Optional tags.
389
-
390
- Returns the created load test (identity, name, environment/infra, targetType, targetUrl, toolType, load config) plus an openInHarness deep link.`;
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 and target_url are required. Provide EITHER 'script' (inline Python; script_source=inline, default) OR 'script_image' (Custom Image; script_source=image, Kubernetes). The rest have sensible defaults.`;
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. Only lowercase letters, numbers and dashes are allowed (e.g. "kubernete-example-1").`;
680
- export const descLoadtestType = `Load test tool type. Only "Locust" is supported today (JMeter and K6 are coming soon). Default: Locust.`;
681
- export const descLoadtestIdentity = `Stable identifier for the load test. Auto-derived from name (alphanumeric) when omitted.`;
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 Python (locust) script contents for inline mode (script_source=inline). Base64-encoded automatically into scriptContent. Required for inline mode; omit for Custom Image mode.`;
689
- export const descLoadtestScriptSource = `Test definition source: "inline" (default — upload a raw Python locust script via 'script') or "image" (Kubernetes only — use a prebuilt container image via 'script_image'). Inferred as "image" when script_image is set, otherwise "inline".`;
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,fast;headless=true".`;
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 = `Kubernetes only: number of distributed worker pods (0 = standalone, default 0). Sent as variables.workerCount.`;
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.`;
@@ -1 +1 @@
1
- {"version":3,"file":"chaos-descriptions.js","sourceRoot":"","sources":["../../../src/registry/toolsets/chaos-descriptions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"chaos-descriptions.js","sourceRoot":"","sources":["../../../src/registry/toolsets/chaos-descriptions.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"chaos.d.ts","sourceRoot":"","sources":["../../../src/registry/toolsets/chaos.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAgB,MAAM,aAAa,CAAC;AAkMnE,eAAO,MAAM,YAAY,EAAE,iBA00F1B,CAAC"}
1
+ {"version":3,"file":"chaos.d.ts","sourceRoot":"","sources":["../../../src/registry/toolsets/chaos.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAgB,MAAM,aAAa,CAAC;AA0dnE,eAAO,MAAM,YAAY,EAAE,iBAm4F1B,CAAC"}