AHK_Config
Manage AutoHotkey v2 MCP server settings by configuring script directories, executable paths, and VS Code workspace integration.
Instructions
Ahk config Get/Set MCP configuration for script directories, AutoHotkey executable path, and VS Code workspace.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | get | |
| scriptDir | No | Default A_ScriptDir-like root used by tools | |
| searchDirs | No | Additional directories to scan | |
| ahkPath | No | Path to AutoHotkey v2 executable (e.g., C:\Path\AutoHotkey64.exe) | |
| vscodeWorkspace | No | VS Code workspace folder - files open in this window |