Save Altium X2.EXE path
configure_altium_exeDefine the absolute path to Altium X2.EXE for the server to launch Altium Designer. Use when the executable is missing or the stored path is incorrect.
Instructions
Purpose: Persist the absolute path to Altium X2.EXE for bridge launches.
When to use: get_server_status shows altiumExeFound false or wrong AD version path.
Parameters: path — absolute path to X2.EXE (file must exist).
Returns: { ok: true, altiumExePath } or MCP error text if file missing.
Prerequisites: Valid X2.EXE on disk.
Notes: Writes %USERPROFILE%.altium-mcp\config.json (or equivalent). Env ALTIUM_MCP_ALTIUM_EXE overrides at runtime without persisting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to Altium X2.EXE on disk (must exist). Example: C:\Program Files\Altium\AD25\X2.EXE |