axint.activate
Run a compiler smoke test to verify Axint installation and connection. Proves the agent performed real work beyond just starting the MCP server.
Instructions
Run a source-free compiler smoke test through the real Axint pipeline. Use immediately after installing or connecting Axint so the current agent proves it did more than start the MCP server. Use: call immediately after install or first MCP connection so the agent proves real Axint use beyond server start. Effects: read-only built-in compiler smoke test; writes no files and uses no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. markdown is human-readable, json is structured for automation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Primary Axint tool response text, matching the first text content block. | |
| isError | No | Whether Axint marked the tool response as an error. |