feat: add Astraflow provider support

This commit is contained in:
Affaan Mustafa
2026-05-11 23:04:03 -04:00
committed by Affaan Mustafa
parent 03108bea62
commit e9c8845833
9 changed files with 337 additions and 2 deletions

View File

@@ -568,7 +568,7 @@ async function runTests() {
CLAUDE_HOOK_EVENT_NAME: 'PreToolUse',
ECC_MCP_CONFIG_PATH: configPath,
ECC_MCP_HEALTH_STATE_PATH: statePath,
ECC_MCP_HEALTH_TIMEOUT_MS: '100'
ECC_MCP_HEALTH_TIMEOUT_MS: process.platform === 'win32' ? '1000' : '100'
}
);