get_state
Snapshot the QA engine's current state, aggregating connection, run session, and infobase data.
Instructions
Snapshot the native QA engine's session/run state. Aggregates three views: connection (the TestClient
TPort liveness, + pid aliveness if given), run_session (the scenarios run this server session — counts +
the last scenario/status, from the same log as get_test_results), and infobase (the configured target
identity, password-redacted, from the .ai1c profile). Returns {engine {default_capture, value_read_templates},
connection {pid, alive, host, port, listening}, run_session {…aggregate…, last_scenario, last_status}, infobase
{…redacted…}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | ||
| host | No | 127.0.0.1 | |
| port | No | ||
| env_file | No | .ai1c/vanessa-qa-mcp.env |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||