Get path to PID file inside the test cache dir
()
| 2054 | |
| 2055 | /** Get path to PID file inside the test cache dir */ |
| 2056 | function pidPath(): string { |
| 2057 | return join(daemonCacheDir, "qmd", "mcp.pid"); |
| 2058 | } |
| 2059 | |
| 2060 | /** Run qmd with test-isolated env (cache, db, config) */ |
| 2061 | async function runDaemonQmd( |